Shades of Neon Pink #F959C0
Tints of Neon Pink #F959C0
RGB
CMYK
RGB Variations
Color information
#F959C0 (or 0xF959C0) is known color: Neon Pink. HEX triplet: F9, 59 and C0. RGB value is (249,89,192). Sum of RGB (Red+Green+Blue) = 249+89+192=530 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.98% from 530); Green value is 89 (35.16% from 255 or 16.79% from 530); Blue value is 192 (75.39% from 255 or 36.23% from 530); Max value from RGB is 249 - color contains mainly: red. Hex color #F959C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F959C0 is #06A63F. Grayscale: #949494. Windows color (decimal): -435776 or 12605945. OLE color: 12605945.
HSL color Cylindrical-coordinate representation of color #F959C0: hue angle of 321.38º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F959C0 is Cyan = 0, Magento = 0.64, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 89 | 192 | - |
| CMYK | 0 | 0.64 | 0.23 | 0.02 |
| HSL | 321.38º | 0.93% | 0.66% | - |
| HSV(B) | 321.38º | 0.64% | 0.98% | - |
| XYZ | 52.15 | 31.09 | 53.12 | - |
| YUV | 148.58 | 152.51 | 199.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 89 | 192 | 0 | 0.64 | 0.23 | 0.02 | 321.38 | 0.93 | 0.66 |
| Hex | F9 | 59 | C0 | 0 | 40 | 17 | 2 | 141 | 5D | 42 |
| Octal | 371 | 131 | 300 | 0 | 100 | 27 | 2 | 501 | 135 | 102 |
| Binary | 11111001 | 1011001 | 11000000 | 0 | 1000000 | 10111 | 10 | 101000001 | 1011101 | 1000010 |
Color Harmonies of #F959C0
Complementary color
Monochromatic Colors of #F959C0
Black with #F959C0
Text Example
Text Example
White with #F959C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F959C0; }
p { color: rgb(249,89,192); }
H1.HeaderClassName
{
color: #F959C0;
}
.AnyTagClassName
{
color: #F959C0;
}
</style>
background-color css
<style>
a { background-color: #F959C0; }
a { background-color: rgb(249,89,192); }
div.DivClassName
{
background-color: #F959C0;
}
.BgClassName
{
background-color: #F959C0;
}
</style>
border-color css
<style>
span { border-color: #F959C0; }
span { border-color: rgb(249,89,192); }
td.TdClassName
{
border-color: #F959C0;
}
.TagClassName
{
border-color: #F959C0;
}
</style>