Shades of Neon Pink #F958C0
Tints of Neon Pink #F958C0
RGB
CMYK
RGB Variations
Color information
#F958C0 (or 0xF958C0) is known color: Neon Pink. HEX triplet: F9, 58 and C0. RGB value is (249,88,192). Sum of RGB (Red+Green+Blue) = 249+88+192=529 (70% of max value = 765). Red value is 249 (97.66% from 255 or 47.07% from 529); Green value is 88 (34.77% from 255 or 16.64% from 529); Blue value is 192 (75.39% from 255 or 36.29% from 529); Max value from RGB is 249 - color contains mainly: red. Hex color #F958C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F958C0 is #06A73F. Grayscale: #939393. Windows color (decimal): -436032 or 12605689. OLE color: 12605689.
HSL color Cylindrical-coordinate representation of color #F958C0: hue angle of 321.24º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F958C0 is Cyan = 0, Magento = 0.65, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 88 | 192 | - |
| CMYK | 0 | 0.65 | 0.23 | 0.02 |
| HSL | 321.24º | 0.93% | 0.66% | - |
| HSV(B) | 321.24º | 0.65% | 0.98% | - |
| XYZ | 52.07 | 30.92 | 53.09 | - |
| YUV | 148 | 152.84 | 200.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 88 | 192 | 0 | 0.65 | 0.23 | 0.02 | 321.24 | 0.93 | 0.66 |
| Hex | F9 | 58 | C0 | 0 | 41 | 17 | 2 | 141 | 5D | 42 |
| Octal | 371 | 130 | 300 | 0 | 101 | 27 | 2 | 501 | 135 | 102 |
| Binary | 11111001 | 1011000 | 11000000 | 0 | 1000001 | 10111 | 10 | 101000001 | 1011101 | 1000010 |
Color Harmonies of #F958C0
Complementary color
Monochromatic Colors of #F958C0
Black with #F958C0
Text Example
Text Example
White with #F958C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F958C0; }
p { color: rgb(249,88,192); }
H1.HeaderClassName
{
color: #F958C0;
}
.AnyTagClassName
{
color: #F958C0;
}
</style>
background-color css
<style>
a { background-color: #F958C0; }
a { background-color: rgb(249,88,192); }
div.DivClassName
{
background-color: #F958C0;
}
.BgClassName
{
background-color: #F958C0;
}
</style>
border-color css
<style>
span { border-color: #F958C0; }
span { border-color: rgb(249,88,192); }
td.TdClassName
{
border-color: #F958C0;
}
.TagClassName
{
border-color: #F958C0;
}
</style>