Shades of Neon Pink #F862CF
Tints of Neon Pink #F862CF
RGB
CMYK
RGB Variations
Color information
#F862CF (or 0xF862CF) is known color: Neon Pink. HEX triplet: F8, 62 and CF. RGB value is (248,98,207). Sum of RGB (Red+Green+Blue) = 248+98+207=553 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.85% from 553); Green value is 98 (38.67% from 255 or 17.72% from 553); Blue value is 207 (81.25% from 255 or 37.43% from 553); Max value from RGB is 248 - color contains mainly: red. Hex color #F862CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F862CF is #079D30. Grayscale: #9A9A9A. Windows color (decimal): -498993 or 13591288. OLE color: 13591288.
HSL color Cylindrical-coordinate representation of color #F862CF: hue angle of 316.4º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F862CF is Cyan = 0, Magento = 0.60, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 98 | 207 | - |
| CMYK | 0 | 0.60 | 0.17 | 0.03 |
| HSL | 316.4º | 0.91% | 0.68% | - |
| HSV(B) | 316.4º | 0.6% | 0.97% | - |
| XYZ | 54.34 | 33.2 | 62.57 | - |
| YUV | 155.28 | 157.2 | 194.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 98 | 207 | 0 | 0.60 | 0.17 | 0.03 | 316.4 | 0.91 | 0.68 |
| Hex | F8 | 62 | CF | 0 | 3C | 11 | 3 | 13C | 5B | 44 |
| Octal | 370 | 142 | 317 | 0 | 74 | 21 | 3 | 474 | 133 | 104 |
| Binary | 11111000 | 1100010 | 11001111 | 0 | 111100 | 10001 | 11 | 100111100 | 1011011 | 1000100 |
Color Harmonies of #F862CF
Complementary color
Monochromatic Colors of #F862CF
Black with #F862CF
Text Example
Text Example
White with #F862CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F862CF; }
p { color: rgb(248,98,207); }
H1.HeaderClassName
{
color: #F862CF;
}
.AnyTagClassName
{
color: #F862CF;
}
</style>
background-color css
<style>
a { background-color: #F862CF; }
a { background-color: rgb(248,98,207); }
div.DivClassName
{
background-color: #F862CF;
}
.BgClassName
{
background-color: #F862CF;
}
</style>
border-color css
<style>
span { border-color: #F862CF; }
span { border-color: rgb(248,98,207); }
td.TdClassName
{
border-color: #F862CF;
}
.TagClassName
{
border-color: #F862CF;
}
</style>