Shades of Neon Pink #F96ED3
Tints of Neon Pink #F96ED3
RGB
CMYK
RGB Variations
Color information
#F96ED3 (or 0xF96ED3) is known color: Neon Pink. HEX triplet: F9, 6E and D3. RGB value is (249,110,211). Sum of RGB (Red+Green+Blue) = 249+110+211=570 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.68% from 570); Green value is 110 (43.36% from 255 or 19.30% from 570); Blue value is 211 (82.81% from 255 or 37.02% from 570); Max value from RGB is 249 - color contains mainly: red. Hex color #F96ED3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F96ED3 is #06912C. Grayscale: #A2A2A2. Windows color (decimal): -430381 or 13856505. OLE color: 13856505.
HSL color Cylindrical-coordinate representation of color #F96ED3: hue angle of 316.4º 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 #F96ED3 is Cyan = 0, Magento = 0.56, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 110 | 211 | - |
| CMYK | 0 | 0.56 | 0.15 | 0.02 |
| HSL | 316.4º | 0.92% | 0.7% | - |
| HSV(B) | 316.4º | 0.56% | 0.98% | - |
| XYZ | 56.4 | 35.99 | 65.6 | - |
| YUV | 163.08 | 155.05 | 189.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 110 | 211 | 0 | 0.56 | 0.15 | 0.02 | 316.4 | 0.92 | 0.7 |
| Hex | F9 | 6E | D3 | 0 | 38 | F | 2 | 13C | 5C | 46 |
| Octal | 371 | 156 | 323 | 0 | 70 | 17 | 2 | 474 | 134 | 106 |
| Binary | 11111001 | 1101110 | 11010011 | 0 | 111000 | 1111 | 10 | 100111100 | 1011100 | 1000110 |
Color Harmonies of #F96ED3
Complementary color
Monochromatic Colors of #F96ED3
Black with #F96ED3
Text Example
Text Example
White with #F96ED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F96ED3; }
p { color: rgb(249,110,211); }
H1.HeaderClassName
{
color: #F96ED3;
}
.AnyTagClassName
{
color: #F96ED3;
}
</style>
background-color css
<style>
a { background-color: #F96ED3; }
a { background-color: rgb(249,110,211); }
div.DivClassName
{
background-color: #F96ED3;
}
.BgClassName
{
background-color: #F96ED3;
}
</style>
border-color css
<style>
span { border-color: #F96ED3; }
span { border-color: rgb(249,110,211); }
td.TdClassName
{
border-color: #F96ED3;
}
.TagClassName
{
border-color: #F96ED3;
}
</style>