Shades of Neon Pink #F96DC0
Tints of Neon Pink #F96DC0
RGB
CMYK
RGB Variations
Color information
#F96DC0 (or 0xF96DC0) is known color: Neon Pink. HEX triplet: F9, 6D and C0. RGB value is (249,109,192). Sum of RGB (Red+Green+Blue) = 249+109+192=550 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.27% from 550); Green value is 109 (42.97% from 255 or 19.82% from 550); Blue value is 192 (75.39% from 255 or 34.91% from 550); Max value from RGB is 249 - color contains mainly: red. Hex color #F96DC0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F96DC0 is #06923F. Grayscale: #A0A0A0. Windows color (decimal): -430656 or 12611065. OLE color: 12611065.
HSL color Cylindrical-coordinate representation of color #F96DC0: hue angle of 324.43º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F96DC0 is Cyan = 0, Magento = 0.56, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 109 | 192 | - |
| CMYK | 0 | 0.56 | 0.23 | 0.02 |
| HSL | 324.43º | 0.92% | 0.7% | - |
| HSV(B) | 324.43º | 0.56% | 0.98% | - |
| XYZ | 54.05 | 34.88 | 53.75 | - |
| YUV | 160.32 | 145.88 | 191.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 109 | 192 | 0 | 0.56 | 0.23 | 0.02 | 324.43 | 0.92 | 0.7 |
| Hex | F9 | 6D | C0 | 0 | 38 | 17 | 2 | 144 | 5C | 46 |
| Octal | 371 | 155 | 300 | 0 | 70 | 27 | 2 | 504 | 134 | 106 |
| Binary | 11111001 | 1101101 | 11000000 | 0 | 111000 | 10111 | 10 | 101000100 | 1011100 | 1000110 |
Color Harmonies of #F96DC0
Complementary color
Monochromatic Colors of #F96DC0
Black with #F96DC0
Text Example
Text Example
White with #F96DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F96DC0; }
p { color: rgb(249,109,192); }
H1.HeaderClassName
{
color: #F96DC0;
}
.AnyTagClassName
{
color: #F96DC0;
}
</style>
background-color css
<style>
a { background-color: #F96DC0; }
a { background-color: rgb(249,109,192); }
div.DivClassName
{
background-color: #F96DC0;
}
.BgClassName
{
background-color: #F96DC0;
}
</style>
border-color css
<style>
span { border-color: #F96DC0; }
span { border-color: rgb(249,109,192); }
td.TdClassName
{
border-color: #F96DC0;
}
.TagClassName
{
border-color: #F96DC0;
}
</style>