Shades of Neon Pink #F870CF
Tints of Neon Pink #F870CF
RGB
CMYK
RGB Variations
Color information
#F870CF (or 0xF870CF) is known color: Neon Pink. HEX triplet: F8, 70 and CF. RGB value is (248,112,207). Sum of RGB (Red+Green+Blue) = 248+112+207=567 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.74% from 567); Green value is 112 (44.14% from 255 or 19.75% from 567); Blue value is 207 (81.25% from 255 or 36.51% from 567); Max value from RGB is 248 - color contains mainly: red. Hex color #F870CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F870CF is #078F30. Grayscale: #A3A3A3. Windows color (decimal): -495409 or 13594872. OLE color: 13594872.
HSL color Cylindrical-coordinate representation of color #F870CF: hue angle of 318.09º 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 #F870CF is Cyan = 0, Magento = 0.55, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 112 | 207 | - |
| CMYK | 0 | 0.55 | 0.17 | 0.03 |
| HSL | 318.09º | 0.91% | 0.71% | - |
| HSV(B) | 318.09º | 0.55% | 0.97% | - |
| XYZ | 55.77 | 36.05 | 63.05 | - |
| YUV | 163.49 | 152.56 | 188.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 112 | 207 | 0 | 0.55 | 0.17 | 0.03 | 318.09 | 0.91 | 0.71 |
| Hex | F8 | 70 | CF | 0 | 37 | 11 | 3 | 13E | 5B | 47 |
| Octal | 370 | 160 | 317 | 0 | 67 | 21 | 3 | 476 | 133 | 107 |
| Binary | 11111000 | 1110000 | 11001111 | 0 | 110111 | 10001 | 11 | 100111110 | 1011011 | 1000111 |
Color Harmonies of #F870CF
Complementary color
Monochromatic Colors of #F870CF
Black with #F870CF
Text Example
Text Example
White with #F870CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F870CF; }
p { color: rgb(248,112,207); }
H1.HeaderClassName
{
color: #F870CF;
}
.AnyTagClassName
{
color: #F870CF;
}
</style>
background-color css
<style>
a { background-color: #F870CF; }
a { background-color: rgb(248,112,207); }
div.DivClassName
{
background-color: #F870CF;
}
.BgClassName
{
background-color: #F870CF;
}
</style>
border-color css
<style>
span { border-color: #F870CF; }
span { border-color: rgb(248,112,207); }
td.TdClassName
{
border-color: #F870CF;
}
.TagClassName
{
border-color: #F870CF;
}
</style>