Shades of Neon Pink #F859CC
Tints of Neon Pink #F859CC
RGB
CMYK
RGB Variations
Color information
#F859CC (or 0xF859CC) is known color: Neon Pink. HEX triplet: F8, 59 and CC. RGB value is (248,89,204). Sum of RGB (Red+Green+Blue) = 248+89+204=541 (71% of max value = 765). Red value is 248 (97.27% from 255 or 45.84% from 541); Green value is 89 (35.16% from 255 or 16.45% from 541); Blue value is 204 (80.08% from 255 or 37.71% from 541); Max value from RGB is 248 - color contains mainly: red. Hex color #F859CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F859CC is #07A633. Grayscale: #959595. Windows color (decimal): -501300 or 13392376. OLE color: 13392376.
HSL color Cylindrical-coordinate representation of color #F859CC: hue angle of 316.6º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F859CC is Cyan = 0, Magento = 0.64, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 89 | 204 | - |
| CMYK | 0 | 0.64 | 0.18 | 0.03 |
| HSL | 316.6º | 0.92% | 0.66% | - |
| HSV(B) | 316.6º | 0.64% | 0.97% | - |
| XYZ | 53.18 | 31.46 | 60.4 | - |
| YUV | 149.65 | 158.68 | 198.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 89 | 204 | 0 | 0.64 | 0.18 | 0.03 | 316.6 | 0.92 | 0.66 |
| Hex | F8 | 59 | CC | 0 | 40 | 12 | 3 | 13D | 5C | 42 |
| Octal | 370 | 131 | 314 | 0 | 100 | 22 | 3 | 475 | 134 | 102 |
| Binary | 11111000 | 1011001 | 11001100 | 0 | 1000000 | 10010 | 11 | 100111101 | 1011100 | 1000010 |
Color Harmonies of #F859CC
Complementary color
Monochromatic Colors of #F859CC
Black with #F859CC
Text Example
Text Example
White with #F859CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F859CC; }
p { color: rgb(248,89,204); }
H1.HeaderClassName
{
color: #F859CC;
}
.AnyTagClassName
{
color: #F859CC;
}
</style>
background-color css
<style>
a { background-color: #F859CC; }
a { background-color: rgb(248,89,204); }
div.DivClassName
{
background-color: #F859CC;
}
.BgClassName
{
background-color: #F859CC;
}
</style>
border-color css
<style>
span { border-color: #F859CC; }
span { border-color: rgb(248,89,204); }
td.TdClassName
{
border-color: #F859CC;
}
.TagClassName
{
border-color: #F859CC;
}
</style>