Shades of Neon Pink #F076C9
Tints of Neon Pink #F076C9
RGB
CMYK
RGB Variations
Color information
#F076C9 (or 0xF076C9) is known color: Neon Pink. HEX triplet: F0, 76 and C9. RGB value is (240,118,201). Sum of RGB (Red+Green+Blue) = 240+118+201=559 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.93% from 559); Green value is 118 (46.48% from 255 or 21.11% from 559); Blue value is 201 (78.91% from 255 or 35.96% from 559); Max value from RGB is 240 - color contains mainly: red. Hex color #F076C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F076C9 is #0F8936. Grayscale: #A3A3A3. Windows color (decimal): -1018167 or 13203184. OLE color: 13203184.
HSL color Cylindrical-coordinate representation of color #F076C9: hue angle of 319.18º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F076C9 is Cyan = 0, Magento = 0.51, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 118 | 201 | - |
| CMYK | 0 | 0.51 | 0.16 | 0.06 |
| HSL | 319.18º | 0.8% | 0.7% | - |
| HSV(B) | 319.18º | 0.51% | 0.94% | - |
| XYZ | 52.96 | 35.7 | 59.36 | - |
| YUV | 163.94 | 148.92 | 182.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 118 | 201 | 0 | 0.51 | 0.16 | 0.06 | 319.18 | 0.8 | 0.7 |
| Hex | F0 | 76 | C9 | 0 | 33 | 10 | 6 | 13F | 50 | 46 |
| Octal | 360 | 166 | 311 | 0 | 63 | 20 | 6 | 477 | 120 | 106 |
| Binary | 11110000 | 1110110 | 11001001 | 0 | 110011 | 10000 | 110 | 100111111 | 1010000 | 1000110 |
Color Harmonies of #F076C9
Complementary color
Monochromatic Colors of #F076C9
Black with #F076C9
Text Example
Text Example
White with #F076C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F076C9; }
p { color: rgb(240,118,201); }
H1.HeaderClassName
{
color: #F076C9;
}
.AnyTagClassName
{
color: #F076C9;
}
</style>
background-color css
<style>
a { background-color: #F076C9; }
a { background-color: rgb(240,118,201); }
div.DivClassName
{
background-color: #F076C9;
}
.BgClassName
{
background-color: #F076C9;
}
</style>
border-color css
<style>
span { border-color: #F076C9; }
span { border-color: rgb(240,118,201); }
td.TdClassName
{
border-color: #F076C9;
}
.TagClassName
{
border-color: #F076C9;
}
</style>