Shades of Neon Pink #FF77D2
Tints of Neon Pink #FF77D2
RGB
CMYK
RGB Variations
Color information
#FF77D2 (or 0xFF77D2) is known color: Neon Pink. HEX triplet: FF, 77 and D2. RGB value is (255,119,210). Sum of RGB (Red+Green+Blue) = 255+119+210=584 (77% of max value = 765). Red value is 255 (100% from 255 or 43.66% from 584); Green value is 119 (46.88% from 255 or 20.38% from 584); Blue value is 210 (82.42% from 255 or 35.96% from 584); Max value from RGB is 255 - color contains mainly: red. Hex color #FF77D2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF77D2 is #00882D. Grayscale: #A9A9A9. Windows color (decimal): -34862 or 13793279. OLE color: 13793279.
HSL color Cylindrical-coordinate representation of color #FF77D2: hue angle of 319.85º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FF77D2 is Cyan = 0, Magento = 0.53, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 119 | 210 | - |
| CMYK | 0 | 0.53 | 0.18 | 0 |
| HSL | 319.85º | 1% | 0.73% | - |
| HSV(B) | 319.85º | 0.53% | 1% | - |
| XYZ | 59.47 | 39.11 | 65.39 | - |
| YUV | 170.04 | 150.56 | 188.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 119 | 210 | 0 | 0.53 | 0.18 | 0 | 319.85 | 1 | 0.73 |
| Hex | FF | 77 | D2 | 0 | 35 | 12 | 0 | 140 | 64 | 49 |
| Octal | 377 | 167 | 322 | 0 | 65 | 22 | 0 | 500 | 144 | 111 |
| Binary | 11111111 | 1110111 | 11010010 | 0 | 110101 | 10010 | 0 | 101000000 | 1100100 | 1001001 |
Color Harmonies of #FF77D2
Complementary color
Monochromatic Colors of #FF77D2
Black with #FF77D2
Text Example
Text Example
White with #FF77D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF77D2; }
p { color: rgb(255,119,210); }
H1.HeaderClassName
{
color: #FF77D2;
}
.AnyTagClassName
{
color: #FF77D2;
}
</style>
background-color css
<style>
a { background-color: #FF77D2; }
a { background-color: rgb(255,119,210); }
div.DivClassName
{
background-color: #FF77D2;
}
.BgClassName
{
background-color: #FF77D2;
}
</style>
border-color css
<style>
span { border-color: #FF77D2; }
span { border-color: rgb(255,119,210); }
td.TdClassName
{
border-color: #FF77D2;
}
.TagClassName
{
border-color: #FF77D2;
}
</style>