Shades of Neon Pink #F473CA
Tints of Neon Pink #F473CA
RGB
CMYK
RGB Variations
Color information
#F473CA (or 0xF473CA) is known color: Neon Pink. HEX triplet: F4, 73 and CA. RGB value is (244,115,202). Sum of RGB (Red+Green+Blue) = 244+115+202=561 (74% of max value = 765). Red value is 244 (95.70% from 255 or 43.49% from 561); Green value is 115 (45.31% from 255 or 20.50% from 561); Blue value is 202 (79.30% from 255 or 36.01% from 561); Max value from RGB is 244 - color contains mainly: red. Hex color #F473CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F473CA is #0B8C35. Grayscale: #A3A3A3. Windows color (decimal): -756790 or 13267956. OLE color: 13267956.
HSL color Cylindrical-coordinate representation of color #F473CA: hue angle of 319.53º 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 #F473CA is Cyan = 0, Magento = 0.53, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 115 | 202 | - |
| CMYK | 0 | 0.53 | 0.17 | 0.04 |
| HSL | 319.53º | 0.85% | 0.7% | - |
| HSV(B) | 319.53º | 0.53% | 0.96% | - |
| XYZ | 54.1 | 35.76 | 59.93 | - |
| YUV | 163.49 | 149.74 | 185.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 115 | 202 | 0 | 0.53 | 0.17 | 0.04 | 319.53 | 0.85 | 0.7 |
| Hex | F4 | 73 | CA | 0 | 35 | 11 | 4 | 140 | 55 | 46 |
| Octal | 364 | 163 | 312 | 0 | 65 | 21 | 4 | 500 | 125 | 106 |
| Binary | 11110100 | 1110011 | 11001010 | 0 | 110101 | 10001 | 100 | 101000000 | 1010101 | 1000110 |
Color Harmonies of #F473CA
Complementary color
Monochromatic Colors of #F473CA
Black with #F473CA
Text Example
Text Example
White with #F473CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F473CA; }
p { color: rgb(244,115,202); }
H1.HeaderClassName
{
color: #F473CA;
}
.AnyTagClassName
{
color: #F473CA;
}
</style>
background-color css
<style>
a { background-color: #F473CA; }
a { background-color: rgb(244,115,202); }
div.DivClassName
{
background-color: #F473CA;
}
.BgClassName
{
background-color: #F473CA;
}
</style>
border-color css
<style>
span { border-color: #F473CA; }
span { border-color: rgb(244,115,202); }
td.TdClassName
{
border-color: #F473CA;
}
.TagClassName
{
border-color: #F473CA;
}
</style>