Shades of Neon Pink #F973D7
Tints of Neon Pink #F973D7
RGB
CMYK
RGB Variations
Color information
#F973D7 (or 0xF973D7) is known color: Neon Pink. HEX triplet: F9, 73 and D7. RGB value is (249,115,215). Sum of RGB (Red+Green+Blue) = 249+115+215=579 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.01% from 579); Green value is 115 (45.31% from 255 or 19.86% from 579); Blue value is 215 (84.38% from 255 or 37.13% from 579); Max value from RGB is 249 - color contains mainly: red. Hex color #F973D7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F973D7 is #068C28. Grayscale: #A6A6A6. Windows color (decimal): -429097 or 14119929. OLE color: 14119929.
HSL color Cylindrical-coordinate representation of color #F973D7: hue angle of 315.22º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F973D7 is Cyan = 0, Magento = 0.54, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 115 | 215 | - |
| CMYK | 0 | 0.54 | 0.14 | 0.02 |
| HSL | 315.22º | 0.92% | 0.71% | - |
| HSV(B) | 315.22º | 0.54% | 0.98% | - |
| XYZ | 57.46 | 37.31 | 68.46 | - |
| YUV | 166.47 | 155.39 | 186.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 115 | 215 | 0 | 0.54 | 0.14 | 0.02 | 315.22 | 0.92 | 0.71 |
| Hex | F9 | 73 | D7 | 0 | 36 | E | 2 | 13B | 5C | 47 |
| Octal | 371 | 163 | 327 | 0 | 66 | 16 | 2 | 473 | 134 | 107 |
| Binary | 11111001 | 1110011 | 11010111 | 0 | 110110 | 1110 | 10 | 100111011 | 1011100 | 1000111 |
Color Harmonies of #F973D7
Complementary color
Monochromatic Colors of #F973D7
Black with #F973D7
Text Example
Text Example
White with #F973D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F973D7; }
p { color: rgb(249,115,215); }
H1.HeaderClassName
{
color: #F973D7;
}
.AnyTagClassName
{
color: #F973D7;
}
</style>
background-color css
<style>
a { background-color: #F973D7; }
a { background-color: rgb(249,115,215); }
div.DivClassName
{
background-color: #F973D7;
}
.BgClassName
{
background-color: #F973D7;
}
</style>
border-color css
<style>
span { border-color: #F973D7; }
span { border-color: rgb(249,115,215); }
td.TdClassName
{
border-color: #F973D7;
}
.TagClassName
{
border-color: #F973D7;
}
</style>