Shades of Neon Pink #F078CC
Tints of Neon Pink #F078CC
RGB
CMYK
RGB Variations
Color information
#F078CC (or 0xF078CC) is known color: Neon Pink. HEX triplet: F0, 78 and CC. RGB value is (240,120,204). Sum of RGB (Red+Green+Blue) = 240+120+204=564 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.55% from 564); Green value is 120 (47.27% from 255 or 21.28% from 564); Blue value is 204 (80.08% from 255 or 36.17% from 564); Max value from RGB is 240 - color contains mainly: red. Hex color #F078CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F078CC is #0F8733. Grayscale: #A5A5A5. Windows color (decimal): -1017652 or 13400304. OLE color: 13400304.
HSL color Cylindrical-coordinate representation of color #F078CC: hue angle of 318º 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 #F078CC is Cyan = 0, Magento = 0.5, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 120 | 204 | - |
| CMYK | 0 | 0.5 | 0.15 | 0.06 |
| HSL | 318º | 0.8% | 0.71% | - |
| HSV(B) | 318º | 0.5% | 0.94% | - |
| XYZ | 53.55 | 36.32 | 61.31 | - |
| YUV | 165.46 | 149.76 | 181.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 120 | 204 | 0 | 0.5 | 0.15 | 0.06 | 318 | 0.8 | 0.71 |
| Hex | F0 | 78 | CC | 0 | 32 | F | 6 | 13E | 50 | 47 |
| Octal | 360 | 170 | 314 | 0 | 62 | 17 | 6 | 476 | 120 | 107 |
| Binary | 11110000 | 1111000 | 11001100 | 0 | 110010 | 1111 | 110 | 100111110 | 1010000 | 1000111 |
Color Harmonies of #F078CC
Complementary color
Monochromatic Colors of #F078CC
Black with #F078CC
Text Example
Text Example
White with #F078CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F078CC; }
p { color: rgb(240,120,204); }
H1.HeaderClassName
{
color: #F078CC;
}
.AnyTagClassName
{
color: #F078CC;
}
</style>
background-color css
<style>
a { background-color: #F078CC; }
a { background-color: rgb(240,120,204); }
div.DivClassName
{
background-color: #F078CC;
}
.BgClassName
{
background-color: #F078CC;
}
</style>
border-color css
<style>
span { border-color: #F078CC; }
span { border-color: rgb(240,120,204); }
td.TdClassName
{
border-color: #F078CC;
}
.TagClassName
{
border-color: #F078CC;
}
</style>