Shades of Neon Pink #F96CCD
Tints of Neon Pink #F96CCD
RGB
CMYK
RGB Variations
Color information
#F96CCD (or 0xF96CCD) is known color: Neon Pink. HEX triplet: F9, 6C and CD. RGB value is (249,108,205). Sum of RGB (Red+Green+Blue) = 249+108+205=562 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.31% from 562); Green value is 108 (42.58% from 255 or 19.22% from 562); Blue value is 205 (80.47% from 255 or 36.48% from 562); Max value from RGB is 249 - color contains mainly: red. Hex color #F96CCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F96CCD is #069332. Grayscale: #A0A0A0. Windows color (decimal): -430899 or 13462777. OLE color: 13462777.
HSL color Cylindrical-coordinate representation of color #F96CCD: hue angle of 318.72º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F96CCD is Cyan = 0, Magento = 0.57, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 108 | 205 | - |
| CMYK | 0 | 0.57 | 0.18 | 0.02 |
| HSL | 318.72º | 0.92% | 0.7% | - |
| HSV(B) | 318.72º | 0.57% | 0.98% | - |
| XYZ | 55.45 | 35.27 | 61.64 | - |
| YUV | 161.22 | 152.71 | 190.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 108 | 205 | 0 | 0.57 | 0.18 | 0.02 | 318.72 | 0.92 | 0.7 |
| Hex | F9 | 6C | CD | 0 | 39 | 12 | 2 | 13F | 5C | 46 |
| Octal | 371 | 154 | 315 | 0 | 71 | 22 | 2 | 477 | 134 | 106 |
| Binary | 11111001 | 1101100 | 11001101 | 0 | 111001 | 10010 | 10 | 100111111 | 1011100 | 1000110 |
Color Harmonies of #F96CCD
Complementary color
Monochromatic Colors of #F96CCD
Black with #F96CCD
Text Example
Text Example
White with #F96CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F96CCD; }
p { color: rgb(249,108,205); }
H1.HeaderClassName
{
color: #F96CCD;
}
.AnyTagClassName
{
color: #F96CCD;
}
</style>
background-color css
<style>
a { background-color: #F96CCD; }
a { background-color: rgb(249,108,205); }
div.DivClassName
{
background-color: #F96CCD;
}
.BgClassName
{
background-color: #F96CCD;
}
</style>
border-color css
<style>
span { border-color: #F96CCD; }
span { border-color: rgb(249,108,205); }
td.TdClassName
{
border-color: #F96CCD;
}
.TagClassName
{
border-color: #F96CCD;
}
</style>