Shades of Neon Pink #F573C3
Tints of Neon Pink #F573C3
RGB
CMYK
RGB Variations
Color information
#F573C3 (or 0xF573C3) is known color: Neon Pink. HEX triplet: F5, 73 and C3. RGB value is (245,115,195). Sum of RGB (Red+Green+Blue) = 245+115+195=555 (73% of max value = 765). Red value is 245 (96.09% from 255 or 44.14% from 555); Green value is 115 (45.31% from 255 or 20.72% from 555); Blue value is 195 (76.56% from 255 or 35.14% from 555); Max value from RGB is 245 - color contains mainly: red. Hex color #F573C3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F573C3 is #0A8C3C. Grayscale: #A2A2A2. Windows color (decimal): -691261 or 12809205. OLE color: 12809205.
HSL color Cylindrical-coordinate representation of color #F573C3: hue angle of 323.08º 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 #F573C3 is Cyan = 0, Magento = 0.53, Yellow = 0.20 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 115 | 195 | - |
| CMYK | 0 | 0.53 | 0.20 | 0.04 |
| HSL | 323.08º | 0.87% | 0.71% | - |
| HSV(B) | 323.08º | 0.53% | 0.96% | - |
| XYZ | 53.64 | 35.61 | 55.68 | - |
| YUV | 162.99 | 146.07 | 186.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 115 | 195 | 0 | 0.53 | 0.20 | 0.04 | 323.08 | 0.87 | 0.71 |
| Hex | F5 | 73 | C3 | 0 | 35 | 14 | 4 | 143 | 57 | 47 |
| Octal | 365 | 163 | 303 | 0 | 65 | 24 | 4 | 503 | 127 | 107 |
| Binary | 11110101 | 1110011 | 11000011 | 0 | 110101 | 10100 | 100 | 101000011 | 1010111 | 1000111 |
Color Harmonies of #F573C3
Complementary color
Monochromatic Colors of #F573C3
Black with #F573C3
Text Example
Text Example
White with #F573C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F573C3; }
p { color: rgb(245,115,195); }
H1.HeaderClassName
{
color: #F573C3;
}
.AnyTagClassName
{
color: #F573C3;
}
</style>
background-color css
<style>
a { background-color: #F573C3; }
a { background-color: rgb(245,115,195); }
div.DivClassName
{
background-color: #F573C3;
}
.BgClassName
{
background-color: #F573C3;
}
</style>
border-color css
<style>
span { border-color: #F573C3; }
span { border-color: rgb(245,115,195); }
td.TdClassName
{
border-color: #F573C3;
}
.TagClassName
{
border-color: #F573C3;
}
</style>