Shades of Neon Pink #F971D0
Tints of Neon Pink #F971D0
RGB
CMYK
RGB Variations
Color information
#F971D0 (or 0xF971D0) is known color: Neon Pink. HEX triplet: F9, 71 and D0. RGB value is (249,113,208). Sum of RGB (Red+Green+Blue) = 249+113+208=570 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.68% from 570); Green value is 113 (44.53% from 255 or 19.82% from 570); Blue value is 208 (81.64% from 255 or 36.49% from 570); Max value from RGB is 249 - color contains mainly: red. Hex color #F971D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F971D0 is #068E2F. Grayscale: #A4A4A4. Windows color (decimal): -429616 or 13660665. OLE color: 13660665.
HSL color Cylindrical-coordinate representation of color #F971D0: hue angle of 318.09º 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 #F971D0 is Cyan = 0, Magento = 0.55, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 113 | 208 | - |
| CMYK | 0 | 0.55 | 0.16 | 0.02 |
| HSL | 318.09º | 0.92% | 0.71% | - |
| HSV(B) | 318.09º | 0.55% | 0.98% | - |
| XYZ | 56.36 | 36.5 | 63.75 | - |
| YUV | 164.49 | 152.56 | 188.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 113 | 208 | 0 | 0.55 | 0.16 | 0.02 | 318.09 | 0.92 | 0.71 |
| Hex | F9 | 71 | D0 | 0 | 37 | 10 | 2 | 13E | 5C | 47 |
| Octal | 371 | 161 | 320 | 0 | 67 | 20 | 2 | 476 | 134 | 107 |
| Binary | 11111001 | 1110001 | 11010000 | 0 | 110111 | 10000 | 10 | 100111110 | 1011100 | 1000111 |
Color Harmonies of #F971D0
Complementary color
Monochromatic Colors of #F971D0
Black with #F971D0
Text Example
Text Example
White with #F971D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F971D0; }
p { color: rgb(249,113,208); }
H1.HeaderClassName
{
color: #F971D0;
}
.AnyTagClassName
{
color: #F971D0;
}
</style>
background-color css
<style>
a { background-color: #F971D0; }
a { background-color: rgb(249,113,208); }
div.DivClassName
{
background-color: #F971D0;
}
.BgClassName
{
background-color: #F971D0;
}
</style>
border-color css
<style>
span { border-color: #F971D0; }
span { border-color: rgb(249,113,208); }
td.TdClassName
{
border-color: #F971D0;
}
.TagClassName
{
border-color: #F971D0;
}
</style>