Shades of Neon Pink #F971D9
Tints of Neon Pink #F971D9
RGB
CMYK
RGB Variations
Color information
#F971D9 (or 0xF971D9) is known color: Neon Pink. HEX triplet: F9, 71 and D9. RGB value is (249,113,217). Sum of RGB (Red+Green+Blue) = 249+113+217=579 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.01% from 579); Green value is 113 (44.53% from 255 or 19.52% from 579); Blue value is 217 (85.16% from 255 or 37.48% from 579); Max value from RGB is 249 - color contains mainly: red. Hex color #F971D9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F971D9 is #068E26. Grayscale: #A5A5A5. Windows color (decimal): -429607 or 14250489. OLE color: 14250489.
HSL color Cylindrical-coordinate representation of color #F971D9: hue angle of 314.12º 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 #F971D9 is Cyan = 0, Magento = 0.55, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 113 | 217 | - |
| CMYK | 0 | 0.55 | 0.13 | 0.02 |
| HSL | 314.12º | 0.92% | 0.71% | - |
| HSV(B) | 314.12º | 0.55% | 0.98% | - |
| XYZ | 57.5 | 36.96 | 69.75 | - |
| YUV | 165.52 | 157.06 | 187.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 113 | 217 | 0 | 0.55 | 0.13 | 0.02 | 314.12 | 0.92 | 0.71 |
| Hex | F9 | 71 | D9 | 0 | 37 | D | 2 | 13A | 5C | 47 |
| Octal | 371 | 161 | 331 | 0 | 67 | 15 | 2 | 472 | 134 | 107 |
| Binary | 11111001 | 1110001 | 11011001 | 0 | 110111 | 1101 | 10 | 100111010 | 1011100 | 1000111 |
Color Harmonies of #F971D9
Complementary color
Monochromatic Colors of #F971D9
Black with #F971D9
Text Example
Text Example
White with #F971D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F971D9; }
p { color: rgb(249,113,217); }
H1.HeaderClassName
{
color: #F971D9;
}
.AnyTagClassName
{
color: #F971D9;
}
</style>
background-color css
<style>
a { background-color: #F971D9; }
a { background-color: rgb(249,113,217); }
div.DivClassName
{
background-color: #F971D9;
}
.BgClassName
{
background-color: #F971D9;
}
</style>
border-color css
<style>
span { border-color: #F971D9; }
span { border-color: rgb(249,113,217); }
td.TdClassName
{
border-color: #F971D9;
}
.TagClassName
{
border-color: #F971D9;
}
</style>