Shades of Neon Pink #F573CE
Tints of Neon Pink #F573CE
RGB
CMYK
RGB Variations
Color information
#F573CE (or 0xF573CE) is known color: Neon Pink. HEX triplet: F5, 73 and CE. RGB value is (245,115,206). Sum of RGB (Red+Green+Blue) = 245+115+206=566 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.29% from 566); Green value is 115 (45.31% from 255 or 20.32% from 566); Blue value is 206 (80.86% from 255 or 36.40% from 566); Max value from RGB is 245 - color contains mainly: red. Hex color #F573CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F573CE is #0A8C31. Grayscale: #A4A4A4. Windows color (decimal): -691250 or 13530101. OLE color: 13530101.
HSL color Cylindrical-coordinate representation of color #F573CE: hue angle of 318º degrees, saturation: 0.87, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F573CE is Cyan = 0, Magento = 0.53, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 115 | 206 | - |
| CMYK | 0 | 0.53 | 0.16 | 0.04 |
| HSL | 318º | 0.87% | 0.71% | - |
| HSV(B) | 318º | 0.53% | 0.96% | - |
| XYZ | 54.93 | 36.13 | 62.47 | - |
| YUV | 164.24 | 151.57 | 185.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 115 | 206 | 0 | 0.53 | 0.16 | 0.04 | 318 | 0.87 | 0.71 |
| Hex | F5 | 73 | CE | 0 | 35 | 10 | 4 | 13E | 57 | 47 |
| Octal | 365 | 163 | 316 | 0 | 65 | 20 | 4 | 476 | 127 | 107 |
| Binary | 11110101 | 1110011 | 11001110 | 0 | 110101 | 10000 | 100 | 100111110 | 1010111 | 1000111 |
Color Harmonies of #F573CE
Complementary color
Monochromatic Colors of #F573CE
Black with #F573CE
Text Example
Text Example
White with #F573CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F573CE; }
p { color: rgb(245,115,206); }
H1.HeaderClassName
{
color: #F573CE;
}
.AnyTagClassName
{
color: #F573CE;
}
</style>
background-color css
<style>
a { background-color: #F573CE; }
a { background-color: rgb(245,115,206); }
div.DivClassName
{
background-color: #F573CE;
}
.BgClassName
{
background-color: #F573CE;
}
</style>
border-color css
<style>
span { border-color: #F573CE; }
span { border-color: rgb(245,115,206); }
td.TdClassName
{
border-color: #F573CE;
}
.TagClassName
{
border-color: #F573CE;
}
</style>