Neon Yellow
#cfff04
Neon Yellow, represented by the hex value #cfff04, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #cfff04 | |
|---|---|---|
| RGB | rgb(207, 255, 4) | |
| HSL | hsl(71, 100%, 51%) | |
| CMYK | cmyk(19%, 0%, 98%, 0%) | |
| LAB | lab(94, -35, 89) | |
| OKLCH | oklch(0.93 0.227 122) |
Color harmonies
Tints & shades
Code snippets
color: #cfff04;
background-color: #cfff04;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-lime-500 /* ≈ #7ccf00 */
/* Flutter */
Color(0xFFCFFF04)
/* Swift / UIKit */
UIColor(red: 0.81, green: 1.00, blue: 0.02, alpha: 1.0)