Shades of Neon Pink #F973CE
Tints of Neon Pink #F973CE
RGB
CMYK
RGB Variations
Color information
#F973CE (or 0xF973CE) is known color: Neon Pink. HEX triplet: F9, 73 and CE. RGB value is (249,115,206). Sum of RGB (Red+Green+Blue) = 249+115+206=570 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.68% from 570); Green value is 115 (45.31% from 255 or 20.18% from 570); Blue value is 206 (80.86% from 255 or 36.14% from 570); Max value from RGB is 249 - color contains mainly: red. Hex color #F973CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F973CE is #068C31. Grayscale: #A5A5A5. Windows color (decimal): -429106 or 13530105. OLE color: 13530105.
HSL color Cylindrical-coordinate representation of color #F973CE: hue angle of 319.25º 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 #F973CE is Cyan = 0, Magento = 0.54, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 115 | 206 | - |
| CMYK | 0 | 0.54 | 0.17 | 0.02 |
| HSL | 319.25º | 0.92% | 0.71% | - |
| HSV(B) | 319.25º | 0.54% | 0.98% | - |
| XYZ | 56.34 | 36.86 | 62.54 | - |
| YUV | 165.44 | 150.89 | 187.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 115 | 206 | 0 | 0.54 | 0.17 | 0.02 | 319.25 | 0.92 | 0.71 |
| Hex | F9 | 73 | CE | 0 | 36 | 11 | 2 | 13F | 5C | 47 |
| Octal | 371 | 163 | 316 | 0 | 66 | 21 | 2 | 477 | 134 | 107 |
| Binary | 11111001 | 1110011 | 11001110 | 0 | 110110 | 10001 | 10 | 100111111 | 1011100 | 1000111 |
Color Harmonies of #F973CE
Complementary color
Monochromatic Colors of #F973CE
Black with #F973CE
Text Example
Text Example
White with #F973CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F973CE; }
p { color: rgb(249,115,206); }
H1.HeaderClassName
{
color: #F973CE;
}
.AnyTagClassName
{
color: #F973CE;
}
</style>
background-color css
<style>
a { background-color: #F973CE; }
a { background-color: rgb(249,115,206); }
div.DivClassName
{
background-color: #F973CE;
}
.BgClassName
{
background-color: #F973CE;
}
</style>
border-color css
<style>
span { border-color: #F973CE; }
span { border-color: rgb(249,115,206); }
td.TdClassName
{
border-color: #F973CE;
}
.TagClassName
{
border-color: #F973CE;
}
</style>