Shades of Neon Pink #F077C9
Tints of Neon Pink #F077C9
RGB
CMYK
RGB Variations
Color information
#F077C9 (or 0xF077C9) is known color: Neon Pink. HEX triplet: F0, 77 and C9. RGB value is (240,119,201). Sum of RGB (Red+Green+Blue) = 240+119+201=560 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.86% from 560); Green value is 119 (46.88% from 255 or 21.25% from 560); Blue value is 201 (78.91% from 255 or 35.89% from 560); Max value from RGB is 240 - color contains mainly: red. Hex color #F077C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F077C9 is #0F8836. Grayscale: #A4A4A4. Windows color (decimal): -1017911 or 13203440. OLE color: 13203440.
HSL color Cylindrical-coordinate representation of color #F077C9: hue angle of 319.34º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F077C9 is Cyan = 0, Magento = 0.50, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 119 | 201 | - |
| CMYK | 0 | 0.50 | 0.16 | 0.06 |
| HSL | 319.34º | 0.8% | 0.7% | - |
| HSV(B) | 319.34º | 0.5% | 0.94% | - |
| XYZ | 53.07 | 35.94 | 59.4 | - |
| YUV | 164.53 | 148.59 | 181.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 119 | 201 | 0 | 0.50 | 0.16 | 0.06 | 319.34 | 0.8 | 0.7 |
| Hex | F0 | 77 | C9 | 0 | 32 | 10 | 6 | 13F | 50 | 46 |
| Octal | 360 | 167 | 311 | 0 | 62 | 20 | 6 | 477 | 120 | 106 |
| Binary | 11110000 | 1110111 | 11001001 | 0 | 110010 | 10000 | 110 | 100111111 | 1010000 | 1000110 |
Color Harmonies of #F077C9
Complementary color
Monochromatic Colors of #F077C9
Black with #F077C9
Text Example
Text Example
White with #F077C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F077C9; }
p { color: rgb(240,119,201); }
H1.HeaderClassName
{
color: #F077C9;
}
.AnyTagClassName
{
color: #F077C9;
}
</style>
background-color css
<style>
a { background-color: #F077C9; }
a { background-color: rgb(240,119,201); }
div.DivClassName
{
background-color: #F077C9;
}
.BgClassName
{
background-color: #F077C9;
}
</style>
border-color css
<style>
span { border-color: #F077C9; }
span { border-color: rgb(240,119,201); }
td.TdClassName
{
border-color: #F077C9;
}
.TagClassName
{
border-color: #F077C9;
}
</style>