Shades of Neon Pink #F862C5
Tints of Neon Pink #F862C5
RGB
CMYK
RGB Variations
Color information
#F862C5 (or 0xF862C5) is known color: Neon Pink. HEX triplet: F8, 62 and C5. RGB value is (248,98,197). Sum of RGB (Red+Green+Blue) = 248+98+197=543 (71% of max value = 765). Red value is 248 (97.27% from 255 or 45.67% from 543); Green value is 98 (38.67% from 255 or 18.05% from 543); Blue value is 197 (77.34% from 255 or 36.28% from 543); Max value from RGB is 248 - color contains mainly: red. Hex color #F862C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F862C5 is #079D3A. Grayscale: #999999. Windows color (decimal): -499003 or 12935928. OLE color: 12935928.
HSL color Cylindrical-coordinate representation of color #F862C5: hue angle of 320.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 #F862C5 is Cyan = 0, Magento = 0.60, Yellow = 0.21 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 98 | 197 | - |
| CMYK | 0 | 0.60 | 0.21 | 0.03 |
| HSL | 320.4º | 0.91% | 0.68% | - |
| HSV(B) | 320.4º | 0.6% | 0.97% | - |
| XYZ | 53.16 | 32.72 | 56.34 | - |
| YUV | 154.14 | 152.2 | 194.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 98 | 197 | 0 | 0.60 | 0.21 | 0.03 | 320.4 | 0.91 | 0.68 |
| Hex | F8 | 62 | C5 | 0 | 3C | 15 | 3 | 140 | 5B | 44 |
| Octal | 370 | 142 | 305 | 0 | 74 | 25 | 3 | 500 | 133 | 104 |
| Binary | 11111000 | 1100010 | 11000101 | 0 | 111100 | 10101 | 11 | 101000000 | 1011011 | 1000100 |
Color Harmonies of #F862C5
Complementary color
Monochromatic Colors of #F862C5
Black with #F862C5
Text Example
Text Example
White with #F862C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F862C5; }
p { color: rgb(248,98,197); }
H1.HeaderClassName
{
color: #F862C5;
}
.AnyTagClassName
{
color: #F862C5;
}
</style>
background-color css
<style>
a { background-color: #F862C5; }
a { background-color: rgb(248,98,197); }
div.DivClassName
{
background-color: #F862C5;
}
.BgClassName
{
background-color: #F862C5;
}
</style>
border-color css
<style>
span { border-color: #F862C5; }
span { border-color: rgb(248,98,197); }
td.TdClassName
{
border-color: #F862C5;
}
.TagClassName
{
border-color: #F862C5;
}
</style>