Shades of Neon Pink #F858CF
Tints of Neon Pink #F858CF
RGB
CMYK
RGB Variations
Color information
#F858CF (or 0xF858CF) is known color: Neon Pink. HEX triplet: F8, 58 and CF. RGB value is (248,88,207). Sum of RGB (Red+Green+Blue) = 248+88+207=543 (71% of max value = 765). Red value is 248 (97.27% from 255 or 45.67% from 543); Green value is 88 (34.77% from 255 or 16.21% from 543); Blue value is 207 (81.25% from 255 or 38.12% from 543); Max value from RGB is 248 - color contains mainly: red. Hex color #F858CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F858CF is #07A730. Grayscale: #959595. Windows color (decimal): -501553 or 13588728. OLE color: 13588728.
HSL color Cylindrical-coordinate representation of color #F858CF: hue angle of 315.38º 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 #F858CF is Cyan = 0, Magento = 0.65, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 88 | 207 | - |
| CMYK | 0 | 0.65 | 0.17 | 0.03 |
| HSL | 315.38º | 0.92% | 0.66% | - |
| HSV(B) | 315.38º | 0.65% | 0.97% | - |
| XYZ | 53.46 | 31.44 | 62.28 | - |
| YUV | 149.41 | 160.51 | 198.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 88 | 207 | 0 | 0.65 | 0.17 | 0.03 | 315.38 | 0.92 | 0.66 |
| Hex | F8 | 58 | CF | 0 | 41 | 11 | 3 | 13B | 5C | 42 |
| Octal | 370 | 130 | 317 | 0 | 101 | 21 | 3 | 473 | 134 | 102 |
| Binary | 11111000 | 1011000 | 11001111 | 0 | 1000001 | 10001 | 11 | 100111011 | 1011100 | 1000010 |
Color Harmonies of #F858CF
Complementary color
Monochromatic Colors of #F858CF
Black with #F858CF
Text Example
Text Example
White with #F858CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F858CF; }
p { color: rgb(248,88,207); }
H1.HeaderClassName
{
color: #F858CF;
}
.AnyTagClassName
{
color: #F858CF;
}
</style>
background-color css
<style>
a { background-color: #F858CF; }
a { background-color: rgb(248,88,207); }
div.DivClassName
{
background-color: #F858CF;
}
.BgClassName
{
background-color: #F858CF;
}
</style>
border-color css
<style>
span { border-color: #F858CF; }
span { border-color: rgb(248,88,207); }
td.TdClassName
{
border-color: #F858CF;
}
.TagClassName
{
border-color: #F858CF;
}
</style>