Shades of Neon Pink #F078CE
Tints of Neon Pink #F078CE
RGB
CMYK
RGB Variations
Color information
#F078CE (or 0xF078CE) is known color: Neon Pink. HEX triplet: F0, 78 and CE. RGB value is (240,120,206). Sum of RGB (Red+Green+Blue) = 240+120+206=566 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.40% from 566); Green value is 120 (47.27% from 255 or 21.20% from 566); Blue value is 206 (80.86% from 255 or 36.40% from 566); Max value from RGB is 240 - color contains mainly: red. Hex color #F078CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F078CE is #0F8731. Grayscale: #A5A5A5. Windows color (decimal): -1017650 or 13531376. OLE color: 13531376.
HSL color Cylindrical-coordinate representation of color #F078CE: hue angle of 317º 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 #F078CE is Cyan = 0, Magento = 0.5, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 120 | 206 | - |
| CMYK | 0 | 0.5 | 0.14 | 0.06 |
| HSL | 317º | 0.8% | 0.71% | - |
| HSV(B) | 317º | 0.5% | 0.94% | - |
| XYZ | 53.79 | 36.41 | 62.59 | - |
| YUV | 165.68 | 150.76 | 181.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 120 | 206 | 0 | 0.5 | 0.14 | 0.06 | 317 | 0.8 | 0.71 |
| Hex | F0 | 78 | CE | 0 | 32 | E | 6 | 13D | 50 | 47 |
| Octal | 360 | 170 | 316 | 0 | 62 | 16 | 6 | 475 | 120 | 107 |
| Binary | 11110000 | 1111000 | 11001110 | 0 | 110010 | 1110 | 110 | 100111101 | 1010000 | 1000111 |
Color Harmonies of #F078CE
Complementary color
Monochromatic Colors of #F078CE
Black with #F078CE
Text Example
Text Example
White with #F078CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F078CE; }
p { color: rgb(240,120,206); }
H1.HeaderClassName
{
color: #F078CE;
}
.AnyTagClassName
{
color: #F078CE;
}
</style>
background-color css
<style>
a { background-color: #F078CE; }
a { background-color: rgb(240,120,206); }
div.DivClassName
{
background-color: #F078CE;
}
.BgClassName
{
background-color: #F078CE;
}
</style>
border-color css
<style>
span { border-color: #F078CE; }
span { border-color: rgb(240,120,206); }
td.TdClassName
{
border-color: #F078CE;
}
.TagClassName
{
border-color: #F078CE;
}
</style>