Shades of Neon Pink #F870C0
Tints of Neon Pink #F870C0
RGB
CMYK
RGB Variations
Color information
#F870C0 (or 0xF870C0) is known color: Neon Pink. HEX triplet: F8, 70 and C0. RGB value is (248,112,192). Sum of RGB (Red+Green+Blue) = 248+112+192=552 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.93% from 552); Green value is 112 (44.14% from 255 or 20.29% from 552); Blue value is 192 (75.39% from 255 or 34.78% from 552); Max value from RGB is 248 - color contains mainly: red. Hex color #F870C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F870C0 is #078F3F. Grayscale: #A1A1A1. Windows color (decimal): -495424 or 12611832. OLE color: 12611832.
HSL color Cylindrical-coordinate representation of color #F870C0: hue angle of 324.71º 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 #F870C0 is Cyan = 0, Magento = 0.55, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 112 | 192 | - |
| CMYK | 0 | 0.55 | 0.23 | 0.03 |
| HSL | 324.71º | 0.91% | 0.71% | - |
| HSV(B) | 324.71º | 0.55% | 0.97% | - |
| XYZ | 54.02 | 35.35 | 53.85 | - |
| YUV | 161.78 | 145.06 | 189.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 112 | 192 | 0 | 0.55 | 0.23 | 0.03 | 324.71 | 0.91 | 0.71 |
| Hex | F8 | 70 | C0 | 0 | 37 | 17 | 3 | 145 | 5B | 47 |
| Octal | 370 | 160 | 300 | 0 | 67 | 27 | 3 | 505 | 133 | 107 |
| Binary | 11111000 | 1110000 | 11000000 | 0 | 110111 | 10111 | 11 | 101000101 | 1011011 | 1000111 |
Color Harmonies of #F870C0
Complementary color
Monochromatic Colors of #F870C0
Black with #F870C0
Text Example
Text Example
White with #F870C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F870C0; }
p { color: rgb(248,112,192); }
H1.HeaderClassName
{
color: #F870C0;
}
.AnyTagClassName
{
color: #F870C0;
}
</style>
background-color css
<style>
a { background-color: #F870C0; }
a { background-color: rgb(248,112,192); }
div.DivClassName
{
background-color: #F870C0;
}
.BgClassName
{
background-color: #F870C0;
}
</style>
border-color css
<style>
span { border-color: #F870C0; }
span { border-color: rgb(248,112,192); }
td.TdClassName
{
border-color: #F870C0;
}
.TagClassName
{
border-color: #F870C0;
}
</style>