Shades of Neon Pink #F96CCB
Tints of Neon Pink #F96CCB
RGB
CMYK
RGB Variations
Color information
#F96CCB (or 0xF96CCB) is known color: Neon Pink. HEX triplet: F9, 6C and CB. RGB value is (249,108,203). Sum of RGB (Red+Green+Blue) = 249+108+203=560 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.46% from 560); Green value is 108 (42.58% from 255 or 19.29% from 560); Blue value is 203 (79.69% from 255 or 36.25% from 560); Max value from RGB is 249 - color contains mainly: red. Hex color #F96CCB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F96CCB is #069334. Grayscale: #A0A0A0. Windows color (decimal): -430901 or 13331705. OLE color: 13331705.
HSL color Cylindrical-coordinate representation of color #F96CCB: hue angle of 319.57º 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 #F96CCB is Cyan = 0, Magento = 0.57, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 108 | 203 | - |
| CMYK | 0 | 0.57 | 0.18 | 0.02 |
| HSL | 319.57º | 0.92% | 0.7% | - |
| HSV(B) | 319.57º | 0.57% | 0.98% | - |
| XYZ | 55.21 | 35.18 | 60.38 | - |
| YUV | 160.99 | 151.71 | 190.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 108 | 203 | 0 | 0.57 | 0.18 | 0.02 | 319.57 | 0.92 | 0.7 |
| Hex | F9 | 6C | CB | 0 | 39 | 12 | 2 | 140 | 5C | 46 |
| Octal | 371 | 154 | 313 | 0 | 71 | 22 | 2 | 500 | 134 | 106 |
| Binary | 11111001 | 1101100 | 11001011 | 0 | 111001 | 10010 | 10 | 101000000 | 1011100 | 1000110 |
Color Harmonies of #F96CCB
Complementary color
Monochromatic Colors of #F96CCB
Black with #F96CCB
Text Example
Text Example
White with #F96CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F96CCB; }
p { color: rgb(249,108,203); }
H1.HeaderClassName
{
color: #F96CCB;
}
.AnyTagClassName
{
color: #F96CCB;
}
</style>
background-color css
<style>
a { background-color: #F96CCB; }
a { background-color: rgb(249,108,203); }
div.DivClassName
{
background-color: #F96CCB;
}
.BgClassName
{
background-color: #F96CCB;
}
</style>
border-color css
<style>
span { border-color: #F96CCB; }
span { border-color: rgb(249,108,203); }
td.TdClassName
{
border-color: #F96CCB;
}
.TagClassName
{
border-color: #F96CCB;
}
</style>