Shades of Neon Pink #F971D5
Tints of Neon Pink #F971D5
RGB
CMYK
RGB Variations
Color information
#F971D5 (or 0xF971D5) is known color: Neon Pink. HEX triplet: F9, 71 and D5. RGB value is (249,113,213). Sum of RGB (Red+Green+Blue) = 249+113+213=575 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.30% from 575); Green value is 113 (44.53% from 255 or 19.65% from 575); Blue value is 213 (83.59% from 255 or 37.04% from 575); Max value from RGB is 249 - color contains mainly: red. Hex color #F971D5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F971D5 is #068E2A. Grayscale: #A4A4A4. Windows color (decimal): -429611 or 13988345. OLE color: 13988345.
HSL color Cylindrical-coordinate representation of color #F971D5: hue angle of 315.88º 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 #F971D5 is Cyan = 0, Magento = 0.55, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 113 | 213 | - |
| CMYK | 0 | 0.55 | 0.14 | 0.02 |
| HSL | 315.88º | 0.92% | 0.71% | - |
| HSV(B) | 315.88º | 0.55% | 0.98% | - |
| XYZ | 56.98 | 36.75 | 67.04 | - |
| YUV | 165.06 | 155.06 | 187.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 113 | 213 | 0 | 0.55 | 0.14 | 0.02 | 315.88 | 0.92 | 0.71 |
| Hex | F9 | 71 | D5 | 0 | 37 | E | 2 | 13C | 5C | 47 |
| Octal | 371 | 161 | 325 | 0 | 67 | 16 | 2 | 474 | 134 | 107 |
| Binary | 11111001 | 1110001 | 11010101 | 0 | 110111 | 1110 | 10 | 100111100 | 1011100 | 1000111 |
Color Harmonies of #F971D5
Complementary color
Monochromatic Colors of #F971D5
Black with #F971D5
Text Example
Text Example
White with #F971D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F971D5; }
p { color: rgb(249,113,213); }
H1.HeaderClassName
{
color: #F971D5;
}
.AnyTagClassName
{
color: #F971D5;
}
</style>
background-color css
<style>
a { background-color: #F971D5; }
a { background-color: rgb(249,113,213); }
div.DivClassName
{
background-color: #F971D5;
}
.BgClassName
{
background-color: #F971D5;
}
</style>
border-color css
<style>
span { border-color: #F971D5; }
span { border-color: rgb(249,113,213); }
td.TdClassName
{
border-color: #F971D5;
}
.TagClassName
{
border-color: #F971D5;
}
</style>