Shades of Neon Pink #F96FCD
Tints of Neon Pink #F96FCD
RGB
CMYK
RGB Variations
Color information
#F96FCD (or 0xF96FCD) is known color: Neon Pink. HEX triplet: F9, 6F and CD. RGB value is (249,111,205). Sum of RGB (Red+Green+Blue) = 249+111+205=565 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.07% from 565); Green value is 111 (43.75% from 255 or 19.65% from 565); Blue value is 205 (80.47% from 255 or 36.28% from 565); Max value from RGB is 249 - color contains mainly: red. Hex color #F96FCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F96FCD is #069032. Grayscale: #A2A2A2. Windows color (decimal): -430131 or 13463545. OLE color: 13463545.
HSL color Cylindrical-coordinate representation of color #F96FCD: hue angle of 319.13º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F96FCD is Cyan = 0, Magento = 0.55, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 111 | 205 | - |
| CMYK | 0 | 0.55 | 0.18 | 0.02 |
| HSL | 319.13º | 0.92% | 0.71% | - |
| HSV(B) | 319.13º | 0.55% | 0.98% | - |
| XYZ | 55.77 | 35.92 | 61.75 | - |
| YUV | 162.98 | 151.72 | 189.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 111 | 205 | 0 | 0.55 | 0.18 | 0.02 | 319.13 | 0.92 | 0.71 |
| Hex | F9 | 6F | CD | 0 | 37 | 12 | 2 | 13F | 5C | 47 |
| Octal | 371 | 157 | 315 | 0 | 67 | 22 | 2 | 477 | 134 | 107 |
| Binary | 11111001 | 1101111 | 11001101 | 0 | 110111 | 10010 | 10 | 100111111 | 1011100 | 1000111 |
Color Harmonies of #F96FCD
Complementary color
Monochromatic Colors of #F96FCD
Black with #F96FCD
Text Example
Text Example
White with #F96FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F96FCD; }
p { color: rgb(249,111,205); }
H1.HeaderClassName
{
color: #F96FCD;
}
.AnyTagClassName
{
color: #F96FCD;
}
</style>
background-color css
<style>
a { background-color: #F96FCD; }
a { background-color: rgb(249,111,205); }
div.DivClassName
{
background-color: #F96FCD;
}
.BgClassName
{
background-color: #F96FCD;
}
</style>
border-color css
<style>
span { border-color: #F96FCD; }
span { border-color: rgb(249,111,205); }
td.TdClassName
{
border-color: #F96FCD;
}
.TagClassName
{
border-color: #F96FCD;
}
</style>