Neon Blue
#04d9ff
Neon Blue is a color with the hex code #04d9ff. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #04d9ff | |
|---|---|---|
| RGB | rgb(4, 217, 255) | |
| HSL | hsl(189, 100%, 51%) | |
| CMYK | cmyk(98%, 15%, 0%, 0%) | |
| LAB | lab(80, -35, -32) | |
| OKLCH | oklch(0.82 0.145 217) |
Color harmonies
Tints & shades
Code snippets
color: #04d9ff;
background-color: #04d9ff;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-cyan-500 /* ≈ #00b8db */
/* Flutter */
Color(0xFF04D9FF)
/* Swift / UIKit */
UIColor(red: 0.02, green: 0.85, blue: 1.00, alpha: 1.0)