Shades of Neon Pink #F95DC0
Tints of Neon Pink #F95DC0
RGB
CMYK
RGB Variations
Color information
#F95DC0 (or 0xF95DC0) is known color: Neon Pink. HEX triplet: F9, 5D and C0. RGB value is (249,93,192). Sum of RGB (Red+Green+Blue) = 249+93+192=534 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.63% from 534); Green value is 93 (36.72% from 255 or 17.42% from 534); Blue value is 192 (75.39% from 255 or 35.96% from 534); Max value from RGB is 249 - color contains mainly: red. Hex color #F95DC0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F95DC0 is #06A23F. Grayscale: #969696. Windows color (decimal): -434752 or 12606969. OLE color: 12606969.
HSL color Cylindrical-coordinate representation of color #F95DC0: hue angle of 321.92º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F95DC0 is Cyan = 0, Magento = 0.63, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 93 | 192 | - |
| CMYK | 0 | 0.63 | 0.23 | 0.02 |
| HSL | 321.92º | 0.93% | 0.67% | - |
| HSV(B) | 321.92º | 0.63% | 0.98% | - |
| XYZ | 52.5 | 31.77 | 53.24 | - |
| YUV | 150.93 | 151.18 | 197.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 93 | 192 | 0 | 0.63 | 0.23 | 0.02 | 321.92 | 0.93 | 0.67 |
| Hex | F9 | 5D | C0 | 0 | 3F | 17 | 2 | 142 | 5D | 43 |
| Octal | 371 | 135 | 300 | 0 | 77 | 27 | 2 | 502 | 135 | 103 |
| Binary | 11111001 | 1011101 | 11000000 | 0 | 111111 | 10111 | 10 | 101000010 | 1011101 | 1000011 |
Color Harmonies of #F95DC0
Complementary color
Monochromatic Colors of #F95DC0
Black with #F95DC0
Text Example
Text Example
White with #F95DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F95DC0; }
p { color: rgb(249,93,192); }
H1.HeaderClassName
{
color: #F95DC0;
}
.AnyTagClassName
{
color: #F95DC0;
}
</style>
background-color css
<style>
a { background-color: #F95DC0; }
a { background-color: rgb(249,93,192); }
div.DivClassName
{
background-color: #F95DC0;
}
.BgClassName
{
background-color: #F95DC0;
}
</style>
border-color css
<style>
span { border-color: #F95DC0; }
span { border-color: rgb(249,93,192); }
td.TdClassName
{
border-color: #F95DC0;
}
.TagClassName
{
border-color: #F95DC0;
}
</style>