Shades of Neon Pink #FF77D4
Tints of Neon Pink #FF77D4
RGB
CMYK
RGB Variations
Color information
#FF77D4 (or 0xFF77D4) is known color: Neon Pink. HEX triplet: FF, 77 and D4. RGB value is (255,119,212). Sum of RGB (Red+Green+Blue) = 255+119+212=586 (77% of max value = 765). Red value is 255 (100% from 255 or 43.52% from 586); Green value is 119 (46.88% from 255 or 20.31% from 586); Blue value is 212 (83.20% from 255 or 36.18% from 586); Max value from RGB is 255 - color contains mainly: red. Hex color #FF77D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF77D4 is #00882B. Grayscale: #AAAAAA. Windows color (decimal): -34860 or 13924351. OLE color: 13924351.
HSL color Cylindrical-coordinate representation of color #FF77D4: hue angle of 318.97º 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 #FF77D4 is Cyan = 0, Magento = 0.53, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 119 | 212 | - |
| CMYK | 0 | 0.53 | 0.17 | 0 |
| HSL | 318.97º | 1% | 0.73% | - |
| HSV(B) | 318.97º | 0.53% | 1% | - |
| XYZ | 59.72 | 39.21 | 66.71 | - |
| YUV | 170.27 | 151.56 | 188.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 119 | 212 | 0 | 0.53 | 0.17 | 0 | 318.97 | 1 | 0.73 |
| Hex | FF | 77 | D4 | 0 | 35 | 11 | 0 | 13F | 64 | 49 |
| Octal | 377 | 167 | 324 | 0 | 65 | 21 | 0 | 477 | 144 | 111 |
| Binary | 11111111 | 1110111 | 11010100 | 0 | 110101 | 10001 | 0 | 100111111 | 1100100 | 1001001 |
Color Harmonies of #FF77D4
Complementary color
Monochromatic Colors of #FF77D4
Black with #FF77D4
Text Example
Text Example
White with #FF77D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF77D4; }
p { color: rgb(255,119,212); }
H1.HeaderClassName
{
color: #FF77D4;
}
.AnyTagClassName
{
color: #FF77D4;
}
</style>
background-color css
<style>
a { background-color: #FF77D4; }
a { background-color: rgb(255,119,212); }
div.DivClassName
{
background-color: #FF77D4;
}
.BgClassName
{
background-color: #FF77D4;
}
</style>
border-color css
<style>
span { border-color: #FF77D4; }
span { border-color: rgb(255,119,212); }
td.TdClassName
{
border-color: #FF77D4;
}
.TagClassName
{
border-color: #FF77D4;
}
</style>