Shades of Neon Pink #F860C0
Tints of Neon Pink #F860C0
RGB
CMYK
RGB Variations
Color information
#F860C0 (or 0xF860C0) is known color: Neon Pink. HEX triplet: F8, 60 and C0. RGB value is (248,96,192). Sum of RGB (Red+Green+Blue) = 248+96+192=536 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.27% from 536); Green value is 96 (37.89% from 255 or 17.91% from 536); Blue value is 192 (75.39% from 255 or 35.82% from 536); Max value from RGB is 248 - color contains mainly: red. Hex color #F860C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F860C0 is #079F3F. Grayscale: #989898. Windows color (decimal): -499520 or 12607736. OLE color: 12607736.
HSL color Cylindrical-coordinate representation of color #F860C0: hue angle of 322.11º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F860C0 is Cyan = 0, Magento = 0.61, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 96 | 192 | - |
| CMYK | 0 | 0.61 | 0.23 | 0.03 |
| HSL | 322.11º | 0.92% | 0.67% | - |
| HSV(B) | 322.11º | 0.61% | 0.97% | - |
| XYZ | 52.41 | 32.13 | 53.31 | - |
| YUV | 152.39 | 150.36 | 196.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 96 | 192 | 0 | 0.61 | 0.23 | 0.03 | 322.11 | 0.92 | 0.67 |
| Hex | F8 | 60 | C0 | 0 | 3D | 17 | 3 | 142 | 5C | 43 |
| Octal | 370 | 140 | 300 | 0 | 75 | 27 | 3 | 502 | 134 | 103 |
| Binary | 11111000 | 1100000 | 11000000 | 0 | 111101 | 10111 | 11 | 101000010 | 1011100 | 1000011 |
Color Harmonies of #F860C0
Complementary color
Monochromatic Colors of #F860C0
Black with #F860C0
Text Example
Text Example
White with #F860C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F860C0; }
p { color: rgb(248,96,192); }
H1.HeaderClassName
{
color: #F860C0;
}
.AnyTagClassName
{
color: #F860C0;
}
</style>
background-color css
<style>
a { background-color: #F860C0; }
a { background-color: rgb(248,96,192); }
div.DivClassName
{
background-color: #F860C0;
}
.BgClassName
{
background-color: #F860C0;
}
</style>
border-color css
<style>
span { border-color: #F860C0; }
span { border-color: rgb(248,96,192); }
td.TdClassName
{
border-color: #F860C0;
}
.TagClassName
{
border-color: #F860C0;
}
</style>