Shades of Neon Pink #F96AD1
Tints of Neon Pink #F96AD1
RGB
CMYK
RGB Variations
Color information
#F96AD1 (or 0xF96AD1) is known color: Neon Pink. HEX triplet: F9, 6A and D1. RGB value is (249,106,209). Sum of RGB (Red+Green+Blue) = 249+106+209=564 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.15% from 564); Green value is 106 (41.80% from 255 or 18.79% from 564); Blue value is 209 (82.03% from 255 or 37.06% from 564); Max value from RGB is 249 - color contains mainly: red. Hex color #F96AD1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F96AD1 is #06952E. Grayscale: #A0A0A0. Windows color (decimal): -431407 or 13724409. OLE color: 13724409.
HSL color Cylindrical-coordinate representation of color #F96AD1: hue angle of 316.78º 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 #F96AD1 is Cyan = 0, Magento = 0.57, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 106 | 209 | - |
| CMYK | 0 | 0.57 | 0.16 | 0.02 |
| HSL | 316.78º | 0.92% | 0.7% | - |
| HSV(B) | 316.78º | 0.57% | 0.98% | - |
| XYZ | 55.73 | 35.05 | 64.15 | - |
| YUV | 160.5 | 155.38 | 191.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 106 | 209 | 0 | 0.57 | 0.16 | 0.02 | 316.78 | 0.92 | 0.7 |
| Hex | F9 | 6A | D1 | 0 | 39 | 10 | 2 | 13D | 5C | 46 |
| Octal | 371 | 152 | 321 | 0 | 71 | 20 | 2 | 475 | 134 | 106 |
| Binary | 11111001 | 1101010 | 11010001 | 0 | 111001 | 10000 | 10 | 100111101 | 1011100 | 1000110 |
Color Harmonies of #F96AD1
Complementary color
Monochromatic Colors of #F96AD1
Black with #F96AD1
Text Example
Text Example
White with #F96AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F96AD1; }
p { color: rgb(249,106,209); }
H1.HeaderClassName
{
color: #F96AD1;
}
.AnyTagClassName
{
color: #F96AD1;
}
</style>
background-color css
<style>
a { background-color: #F96AD1; }
a { background-color: rgb(249,106,209); }
div.DivClassName
{
background-color: #F96AD1;
}
.BgClassName
{
background-color: #F96AD1;
}
</style>
border-color css
<style>
span { border-color: #F96AD1; }
span { border-color: rgb(249,106,209); }
td.TdClassName
{
border-color: #F96AD1;
}
.TagClassName
{
border-color: #F96AD1;
}
</style>