Shades of Neon Pink #F955C0
Tints of Neon Pink #F955C0
RGB
CMYK
RGB Variations
Color information
#F955C0 (or 0xF955C0) is known color: Neon Pink. HEX triplet: F9, 55 and C0. RGB value is (249,85,192). Sum of RGB (Red+Green+Blue) = 249+85+192=526 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.34% from 526); Green value is 85 (33.59% from 255 or 16.16% from 526); Blue value is 192 (75.39% from 255 or 36.50% from 526); Max value from RGB is 249 - color contains mainly: red. Hex color #F955C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F955C0 is #06AA3F. Grayscale: #919191. Windows color (decimal): -436800 or 12604921. OLE color: 12604921.
HSL color Cylindrical-coordinate representation of color #F955C0: hue angle of 320.85º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F955C0 is Cyan = 0, Magento = 0.66, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 85 | 192 | - |
| CMYK | 0 | 0.66 | 0.23 | 0.02 |
| HSL | 320.85º | 0.93% | 0.65% | - |
| HSV(B) | 320.85º | 0.66% | 0.98% | - |
| XYZ | 51.83 | 30.44 | 53.01 | - |
| YUV | 146.23 | 153.83 | 201.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 85 | 192 | 0 | 0.66 | 0.23 | 0.02 | 320.85 | 0.93 | 0.65 |
| Hex | F9 | 55 | C0 | 0 | 42 | 17 | 2 | 141 | 5D | 41 |
| Octal | 371 | 125 | 300 | 0 | 102 | 27 | 2 | 501 | 135 | 101 |
| Binary | 11111001 | 1010101 | 11000000 | 0 | 1000010 | 10111 | 10 | 101000001 | 1011101 | 1000001 |
Color Harmonies of #F955C0
Complementary color
Monochromatic Colors of #F955C0
Black with #F955C0
Text Example
Text Example
White with #F955C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F955C0; }
p { color: rgb(249,85,192); }
H1.HeaderClassName
{
color: #F955C0;
}
.AnyTagClassName
{
color: #F955C0;
}
</style>
background-color css
<style>
a { background-color: #F955C0; }
a { background-color: rgb(249,85,192); }
div.DivClassName
{
background-color: #F955C0;
}
.BgClassName
{
background-color: #F955C0;
}
</style>
border-color css
<style>
span { border-color: #F955C0; }
span { border-color: rgb(249,85,192); }
td.TdClassName
{
border-color: #F955C0;
}
.TagClassName
{
border-color: #F955C0;
}
</style>