Shades of Neon Pink #F860CE
Tints of Neon Pink #F860CE
RGB
CMYK
RGB Variations
Color information
#F860CE (or 0xF860CE) is known color: Neon Pink. HEX triplet: F8, 60 and CE. RGB value is (248,96,206). Sum of RGB (Red+Green+Blue) = 248+96+206=550 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.09% from 550); Green value is 96 (37.89% from 255 or 17.45% from 550); Blue value is 206 (80.86% from 255 or 37.45% from 550); Max value from RGB is 248 - color contains mainly: red. Hex color #F860CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F860CE is #079F31. Grayscale: #999999. Windows color (decimal): -499506 or 13525240. OLE color: 13525240.
HSL color Cylindrical-coordinate representation of color #F860CE: hue angle of 316.58º 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 #F860CE is Cyan = 0, Magento = 0.61, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 96 | 206 | - |
| CMYK | 0 | 0.61 | 0.17 | 0.03 |
| HSL | 316.58º | 0.92% | 0.67% | - |
| HSV(B) | 316.58º | 0.61% | 0.97% | - |
| XYZ | 54.03 | 32.78 | 61.87 | - |
| YUV | 153.99 | 157.36 | 195.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 96 | 206 | 0 | 0.61 | 0.17 | 0.03 | 316.58 | 0.92 | 0.67 |
| Hex | F8 | 60 | CE | 0 | 3D | 11 | 3 | 13D | 5C | 43 |
| Octal | 370 | 140 | 316 | 0 | 75 | 21 | 3 | 475 | 134 | 103 |
| Binary | 11111000 | 1100000 | 11001110 | 0 | 111101 | 10001 | 11 | 100111101 | 1011100 | 1000011 |
Color Harmonies of #F860CE
Complementary color
Monochromatic Colors of #F860CE
Black with #F860CE
Text Example
Text Example
White with #F860CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F860CE; }
p { color: rgb(248,96,206); }
H1.HeaderClassName
{
color: #F860CE;
}
.AnyTagClassName
{
color: #F860CE;
}
</style>
background-color css
<style>
a { background-color: #F860CE; }
a { background-color: rgb(248,96,206); }
div.DivClassName
{
background-color: #F860CE;
}
.BgClassName
{
background-color: #F860CE;
}
</style>
border-color css
<style>
span { border-color: #F860CE; }
span { border-color: rgb(248,96,206); }
td.TdClassName
{
border-color: #F860CE;
}
.TagClassName
{
border-color: #F860CE;
}
</style>