Shades of Neon Pink #F573C0
Tints of Neon Pink #F573C0
RGB
CMYK
RGB Variations
Color information
#F573C0 (or 0xF573C0) is known color: Neon Pink. HEX triplet: F5, 73 and C0. RGB value is (245,115,192). Sum of RGB (Red+Green+Blue) = 245+115+192=552 (73% of max value = 765). Red value is 245 (96.09% from 255 or 44.38% from 552); Green value is 115 (45.31% from 255 or 20.83% from 552); Blue value is 192 (75.39% from 255 or 34.78% from 552); Max value from RGB is 245 - color contains mainly: red. Hex color #F573C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F573C0 is #0A8C3F. Grayscale: #A2A2A2. Windows color (decimal): -691264 or 12612597. OLE color: 12612597.
HSL color Cylindrical-coordinate representation of color #F573C0: hue angle of 324.46º 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 #F573C0 is Cyan = 0, Magento = 0.53, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 115 | 192 | - |
| CMYK | 0 | 0.53 | 0.22 | 0.04 |
| HSL | 324.46º | 0.87% | 0.71% | - |
| HSV(B) | 324.46º | 0.53% | 0.96% | - |
| XYZ | 53.3 | 35.48 | 53.91 | - |
| YUV | 162.65 | 144.57 | 186.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 115 | 192 | 0 | 0.53 | 0.22 | 0.04 | 324.46 | 0.87 | 0.71 |
| Hex | F5 | 73 | C0 | 0 | 35 | 16 | 4 | 144 | 57 | 47 |
| Octal | 365 | 163 | 300 | 0 | 65 | 26 | 4 | 504 | 127 | 107 |
| Binary | 11110101 | 1110011 | 11000000 | 0 | 110101 | 10110 | 100 | 101000100 | 1010111 | 1000111 |
Color Harmonies of #F573C0
Complementary color
Monochromatic Colors of #F573C0
Black with #F573C0
Text Example
Text Example
White with #F573C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F573C0; }
p { color: rgb(245,115,192); }
H1.HeaderClassName
{
color: #F573C0;
}
.AnyTagClassName
{
color: #F573C0;
}
</style>
background-color css
<style>
a { background-color: #F573C0; }
a { background-color: rgb(245,115,192); }
div.DivClassName
{
background-color: #F573C0;
}
.BgClassName
{
background-color: #F573C0;
}
</style>
border-color css
<style>
span { border-color: #F573C0; }
span { border-color: rgb(245,115,192); }
td.TdClassName
{
border-color: #F573C0;
}
.TagClassName
{
border-color: #F573C0;
}
</style>