Shades of Neon Pink #F473C7
Tints of Neon Pink #F473C7
RGB
CMYK
RGB Variations
Color information
#F473C7 (or 0xF473C7) is known color: Neon Pink. HEX triplet: F4, 73 and C7. RGB value is (244,115,199). Sum of RGB (Red+Green+Blue) = 244+115+199=558 (73% of max value = 765). Red value is 244 (95.70% from 255 or 43.73% from 558); Green value is 115 (45.31% from 255 or 20.61% from 558); Blue value is 199 (78.12% from 255 or 35.66% from 558); Max value from RGB is 244 - color contains mainly: red. Hex color #F473C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F473C7 is #0B8C38. Grayscale: #A2A2A2. Windows color (decimal): -756793 or 13071348. OLE color: 13071348.
HSL color Cylindrical-coordinate representation of color #F473C7: hue angle of 320.93º degrees, saturation: 0.85, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F473C7 is Cyan = 0, Magento = 0.53, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 115 | 199 | - |
| CMYK | 0 | 0.53 | 0.18 | 0.04 |
| HSL | 320.93º | 0.85% | 0.7% | - |
| HSV(B) | 320.93º | 0.53% | 0.96% | - |
| XYZ | 53.75 | 35.62 | 58.07 | - |
| YUV | 163.15 | 148.24 | 185.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 115 | 199 | 0 | 0.53 | 0.18 | 0.04 | 320.93 | 0.85 | 0.7 |
| Hex | F4 | 73 | C7 | 0 | 35 | 12 | 4 | 141 | 55 | 46 |
| Octal | 364 | 163 | 307 | 0 | 65 | 22 | 4 | 501 | 125 | 106 |
| Binary | 11110100 | 1110011 | 11000111 | 0 | 110101 | 10010 | 100 | 101000001 | 1010101 | 1000110 |
Color Harmonies of #F473C7
Complementary color
Monochromatic Colors of #F473C7
Black with #F473C7
Text Example
Text Example
White with #F473C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F473C7; }
p { color: rgb(244,115,199); }
H1.HeaderClassName
{
color: #F473C7;
}
.AnyTagClassName
{
color: #F473C7;
}
</style>
background-color css
<style>
a { background-color: #F473C7; }
a { background-color: rgb(244,115,199); }
div.DivClassName
{
background-color: #F473C7;
}
.BgClassName
{
background-color: #F473C7;
}
</style>
border-color css
<style>
span { border-color: #F473C7; }
span { border-color: rgb(244,115,199); }
td.TdClassName
{
border-color: #F473C7;
}
.TagClassName
{
border-color: #F473C7;
}
</style>