Shades of Neon Pink #FF77CF
Tints of Neon Pink #FF77CF
RGB
CMYK
RGB Variations
Color information
#FF77CF (or 0xFF77CF) is known color: Neon Pink. HEX triplet: FF, 77 and CF. RGB value is (255,119,207). Sum of RGB (Red+Green+Blue) = 255+119+207=581 (76% of max value = 765). Red value is 255 (100% from 255 or 43.89% from 581); Green value is 119 (46.88% from 255 or 20.48% from 581); Blue value is 207 (81.25% from 255 or 35.63% from 581); Max value from RGB is 255 - color contains mainly: red. Hex color #FF77CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF77CF is #008830. Grayscale: #A9A9A9. Windows color (decimal): -34865 or 13596671. OLE color: 13596671.
HSL color Cylindrical-coordinate representation of color #FF77CF: hue angle of 321.18º 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 #FF77CF is Cyan = 0, Magento = 0.53, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 119 | 207 | - |
| CMYK | 0 | 0.53 | 0.19 | 0 |
| HSL | 321.18º | 1% | 0.73% | - |
| HSV(B) | 321.18º | 0.53% | 1% | - |
| XYZ | 59.1 | 38.96 | 63.44 | - |
| YUV | 169.7 | 149.06 | 188.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 119 | 207 | 0 | 0.53 | 0.19 | 0 | 321.18 | 1 | 0.73 |
| Hex | FF | 77 | CF | 0 | 35 | 13 | 0 | 141 | 64 | 49 |
| Octal | 377 | 167 | 317 | 0 | 65 | 23 | 0 | 501 | 144 | 111 |
| Binary | 11111111 | 1110111 | 11001111 | 0 | 110101 | 10011 | 0 | 101000001 | 1100100 | 1001001 |
Color Harmonies of #FF77CF
Complementary color
Monochromatic Colors of #FF77CF
Black with #FF77CF
Text Example
Text Example
White with #FF77CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF77CF; }
p { color: rgb(255,119,207); }
H1.HeaderClassName
{
color: #FF77CF;
}
.AnyTagClassName
{
color: #FF77CF;
}
</style>
background-color css
<style>
a { background-color: #FF77CF; }
a { background-color: rgb(255,119,207); }
div.DivClassName
{
background-color: #FF77CF;
}
.BgClassName
{
background-color: #FF77CF;
}
</style>
border-color css
<style>
span { border-color: #FF77CF; }
span { border-color: rgb(255,119,207); }
td.TdClassName
{
border-color: #FF77CF;
}
.TagClassName
{
border-color: #FF77CF;
}
</style>