Shades of Neon Pink #F078C9
Tints of Neon Pink #F078C9
RGB
CMYK
RGB Variations
Color information
#F078C9 (or 0xF078C9) is known color: Neon Pink. HEX triplet: F0, 78 and C9. RGB value is (240,120,201). Sum of RGB (Red+Green+Blue) = 240+120+201=561 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.78% from 561); Green value is 120 (47.27% from 255 or 21.39% from 561); Blue value is 201 (78.91% from 255 or 35.83% from 561); Max value from RGB is 240 - color contains mainly: red. Hex color #F078C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F078C9 is #0F8736. Grayscale: #A4A4A4. Windows color (decimal): -1017655 or 13203696. OLE color: 13203696.
HSL color Cylindrical-coordinate representation of color #F078C9: hue angle of 319.5º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F078C9 is Cyan = 0, Magento = 0.5, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 120 | 201 | - |
| CMYK | 0 | 0.5 | 0.16 | 0.06 |
| HSL | 319.5º | 0.8% | 0.71% | - |
| HSV(B) | 319.5º | 0.5% | 0.94% | - |
| XYZ | 53.19 | 36.18 | 59.44 | - |
| YUV | 165.11 | 148.26 | 181.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 120 | 201 | 0 | 0.5 | 0.16 | 0.06 | 319.5 | 0.8 | 0.71 |
| Hex | F0 | 78 | C9 | 0 | 32 | 10 | 6 | 140 | 50 | 47 |
| Octal | 360 | 170 | 311 | 0 | 62 | 20 | 6 | 500 | 120 | 107 |
| Binary | 11110000 | 1111000 | 11001001 | 0 | 110010 | 10000 | 110 | 101000000 | 1010000 | 1000111 |
Color Harmonies of #F078C9
Complementary color
Monochromatic Colors of #F078C9
Black with #F078C9
Text Example
Text Example
White with #F078C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F078C9; }
p { color: rgb(240,120,201); }
H1.HeaderClassName
{
color: #F078C9;
}
.AnyTagClassName
{
color: #F078C9;
}
</style>
background-color css
<style>
a { background-color: #F078C9; }
a { background-color: rgb(240,120,201); }
div.DivClassName
{
background-color: #F078C9;
}
.BgClassName
{
background-color: #F078C9;
}
</style>
border-color css
<style>
span { border-color: #F078C9; }
span { border-color: rgb(240,120,201); }
td.TdClassName
{
border-color: #F078C9;
}
.TagClassName
{
border-color: #F078C9;
}
</style>