Shades of Neon Pink #F858CE
Tints of Neon Pink #F858CE
RGB
CMYK
RGB Variations
Color information
#F858CE (or 0xF858CE) is known color: Neon Pink. HEX triplet: F8, 58 and CE. RGB value is (248,88,206). Sum of RGB (Red+Green+Blue) = 248+88+206=542 (71% of max value = 765). Red value is 248 (97.27% from 255 or 45.76% from 542); Green value is 88 (34.77% from 255 or 16.24% from 542); Blue value is 206 (80.86% from 255 or 38.01% from 542); Max value from RGB is 248 - color contains mainly: red. Hex color #F858CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F858CE is #07A731. Grayscale: #949494. Windows color (decimal): -501554 or 13523192. OLE color: 13523192.
HSL color Cylindrical-coordinate representation of color #F858CE: hue angle of 315.75º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F858CE is Cyan = 0, Magento = 0.65, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 88 | 206 | - |
| CMYK | 0 | 0.65 | 0.17 | 0.03 |
| HSL | 315.75º | 0.92% | 0.66% | - |
| HSV(B) | 315.75º | 0.65% | 0.97% | - |
| XYZ | 53.34 | 31.39 | 61.64 | - |
| YUV | 149.29 | 160.01 | 198.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 88 | 206 | 0 | 0.65 | 0.17 | 0.03 | 315.75 | 0.92 | 0.66 |
| Hex | F8 | 58 | CE | 0 | 41 | 11 | 3 | 13C | 5C | 42 |
| Octal | 370 | 130 | 316 | 0 | 101 | 21 | 3 | 474 | 134 | 102 |
| Binary | 11111000 | 1011000 | 11001110 | 0 | 1000001 | 10001 | 11 | 100111100 | 1011100 | 1000010 |
Color Harmonies of #F858CE
Complementary color
Monochromatic Colors of #F858CE
Black with #F858CE
Text Example
Text Example
White with #F858CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F858CE; }
p { color: rgb(248,88,206); }
H1.HeaderClassName
{
color: #F858CE;
}
.AnyTagClassName
{
color: #F858CE;
}
</style>
background-color css
<style>
a { background-color: #F858CE; }
a { background-color: rgb(248,88,206); }
div.DivClassName
{
background-color: #F858CE;
}
.BgClassName
{
background-color: #F858CE;
}
</style>
border-color css
<style>
span { border-color: #F858CE; }
span { border-color: rgb(248,88,206); }
td.TdClassName
{
border-color: #F858CE;
}
.TagClassName
{
border-color: #F858CE;
}
</style>