Neon Fuchsia
#fe4164
Looking for the precise values behind Neon Fuchsia (#fe4164)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #fe4164 | |
|---|---|---|
| RGB | rgb(254, 65, 100) | |
| HSL | hsl(349, 99%, 63%) | |
| CMYK | cmyk(0%, 74%, 61%, 0%) | |
| LAB | lab(59, 72, 26) | |
| OKLCH | oklch(0.66 0.223 16) |
Color harmonies
Tints & shades
Code snippets
color: #fe4164;
background-color: #fe4164;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-rose-500 /* ≈ #ff2056 */
/* Flutter */
Color(0xFFFE4164)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.25, blue: 0.39, alpha: 1.0)