Shades of Neon Pink #F870C5
Tints of Neon Pink #F870C5
RGB
CMYK
RGB Variations
Color information
#F870C5 (or 0xF870C5) is known color: Neon Pink. HEX triplet: F8, 70 and C5. RGB value is (248,112,197). Sum of RGB (Red+Green+Blue) = 248+112+197=557 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.52% from 557); Green value is 112 (44.14% from 255 or 20.11% from 557); Blue value is 197 (77.34% from 255 or 35.37% from 557); Max value from RGB is 248 - color contains mainly: red. Hex color #F870C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F870C5 is #078F3A. Grayscale: #A2A2A2. Windows color (decimal): -495419 or 12939512. OLE color: 12939512.
HSL color Cylindrical-coordinate representation of color #F870C5: hue angle of 322.5º 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 #F870C5 is Cyan = 0, Magento = 0.55, Yellow = 0.21 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 112 | 197 | - |
| CMYK | 0 | 0.55 | 0.21 | 0.03 |
| HSL | 322.5º | 0.91% | 0.71% | - |
| HSV(B) | 322.5º | 0.55% | 0.97% | - |
| XYZ | 54.58 | 35.58 | 56.81 | - |
| YUV | 162.35 | 147.56 | 189.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 112 | 197 | 0 | 0.55 | 0.21 | 0.03 | 322.5 | 0.91 | 0.71 |
| Hex | F8 | 70 | C5 | 0 | 37 | 15 | 3 | 142 | 5B | 47 |
| Octal | 370 | 160 | 305 | 0 | 67 | 25 | 3 | 502 | 133 | 107 |
| Binary | 11111000 | 1110000 | 11000101 | 0 | 110111 | 10101 | 11 | 101000010 | 1011011 | 1000111 |
Color Harmonies of #F870C5
Complementary color
Monochromatic Colors of #F870C5
Black with #F870C5
Text Example
Text Example
White with #F870C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F870C5; }
p { color: rgb(248,112,197); }
H1.HeaderClassName
{
color: #F870C5;
}
.AnyTagClassName
{
color: #F870C5;
}
</style>
background-color css
<style>
a { background-color: #F870C5; }
a { background-color: rgb(248,112,197); }
div.DivClassName
{
background-color: #F870C5;
}
.BgClassName
{
background-color: #F870C5;
}
</style>
border-color css
<style>
span { border-color: #F870C5; }
span { border-color: rgb(248,112,197); }
td.TdClassName
{
border-color: #F870C5;
}
.TagClassName
{
border-color: #F870C5;
}
</style>