Neon Rose
#ff0080
Here's everything about the color Neon Rose (#ff0080) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #ff0080 | |
|---|---|---|
| RGB | rgb(255, 0, 128) | |
| HSL | hsl(330, 100%, 50%) | |
| CMYK | cmyk(0%, 100%, 50%, 0%) | |
| LAB | lab(56, 84, 6) | |
| OKLCH | oklch(0.65 0.26 2) |
Color harmonies
Tints & shades
Code snippets
color: #ff0080;
background-color: #ff0080;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-pink-500 /* ≈ #f6339a */
/* Flutter */
Color(0xFFFF0080)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.00, blue: 0.50, alpha: 1.0)