Shades of Neon Pink #F870CC
Tints of Neon Pink #F870CC
RGB
CMYK
RGB Variations
Color information
#F870CC (or 0xF870CC) is known color: Neon Pink. HEX triplet: F8, 70 and CC. RGB value is (248,112,204). Sum of RGB (Red+Green+Blue) = 248+112+204=564 (74% of max value = 765). Red value is 248 (97.27% from 255 or 43.97% from 564); Green value is 112 (44.14% from 255 or 19.86% from 564); Blue value is 204 (80.08% from 255 or 36.17% from 564); Max value from RGB is 248 - color contains mainly: red. Hex color #F870CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F870CC is #078F33. Grayscale: #A2A2A2. Windows color (decimal): -495412 or 13398264. OLE color: 13398264.
HSL color Cylindrical-coordinate representation of color #F870CC: hue angle of 319.41º degrees, saturation: 0.91, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F870CC is Cyan = 0, Magento = 0.55, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 112 | 204 | - |
| CMYK | 0 | 0.55 | 0.18 | 0.03 |
| HSL | 319.41º | 0.91% | 0.71% | - |
| HSV(B) | 319.41º | 0.55% | 0.97% | - |
| XYZ | 55.4 | 35.9 | 61.14 | - |
| YUV | 163.15 | 151.06 | 188.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 112 | 204 | 0 | 0.55 | 0.18 | 0.03 | 319.41 | 0.91 | 0.71 |
| Hex | F8 | 70 | CC | 0 | 37 | 12 | 3 | 13F | 5B | 47 |
| Octal | 370 | 160 | 314 | 0 | 67 | 22 | 3 | 477 | 133 | 107 |
| Binary | 11111000 | 1110000 | 11001100 | 0 | 110111 | 10010 | 11 | 100111111 | 1011011 | 1000111 |
Color Harmonies of #F870CC
Complementary color
Monochromatic Colors of #F870CC
Black with #F870CC
Text Example
Text Example
White with #F870CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F870CC; }
p { color: rgb(248,112,204); }
H1.HeaderClassName
{
color: #F870CC;
}
.AnyTagClassName
{
color: #F870CC;
}
</style>
background-color css
<style>
a { background-color: #F870CC; }
a { background-color: rgb(248,112,204); }
div.DivClassName
{
background-color: #F870CC;
}
.BgClassName
{
background-color: #F870CC;
}
</style>
border-color css
<style>
span { border-color: #F870CC; }
span { border-color: rgb(248,112,204); }
td.TdClassName
{
border-color: #F870CC;
}
.TagClassName
{
border-color: #F870CC;
}
</style>