Shades of Neon Pink #F573CB
Tints of Neon Pink #F573CB
RGB
CMYK
RGB Variations
Color information
#F573CB (or 0xF573CB) is known color: Neon Pink. HEX triplet: F5, 73 and CB. RGB value is (245,115,203). Sum of RGB (Red+Green+Blue) = 245+115+203=563 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.52% from 563); Green value is 115 (45.31% from 255 or 20.43% from 563); Blue value is 203 (79.69% from 255 or 36.06% from 563); Max value from RGB is 245 - color contains mainly: red. Hex color #F573CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F573CB is #0A8C34. Grayscale: #A3A3A3. Windows color (decimal): -691253 or 13333493. OLE color: 13333493.
HSL color Cylindrical-coordinate representation of color #F573CB: hue angle of 319.38º 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 #F573CB is Cyan = 0, Magento = 0.53, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 115 | 203 | - |
| CMYK | 0 | 0.53 | 0.17 | 0.04 |
| HSL | 319.38º | 0.87% | 0.71% | - |
| HSV(B) | 319.38º | 0.53% | 0.96% | - |
| XYZ | 54.57 | 35.99 | 60.57 | - |
| YUV | 163.9 | 150.07 | 185.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 115 | 203 | 0 | 0.53 | 0.17 | 0.04 | 319.38 | 0.87 | 0.71 |
| Hex | F5 | 73 | CB | 0 | 35 | 11 | 4 | 13F | 57 | 47 |
| Octal | 365 | 163 | 313 | 0 | 65 | 21 | 4 | 477 | 127 | 107 |
| Binary | 11110101 | 1110011 | 11001011 | 0 | 110101 | 10001 | 100 | 100111111 | 1010111 | 1000111 |
Color Harmonies of #F573CB
Complementary color
Monochromatic Colors of #F573CB
Black with #F573CB
Text Example
Text Example
White with #F573CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F573CB; }
p { color: rgb(245,115,203); }
H1.HeaderClassName
{
color: #F573CB;
}
.AnyTagClassName
{
color: #F573CB;
}
</style>
background-color css
<style>
a { background-color: #F573CB; }
a { background-color: rgb(245,115,203); }
div.DivClassName
{
background-color: #F573CB;
}
.BgClassName
{
background-color: #F573CB;
}
</style>
border-color css
<style>
span { border-color: #F573CB; }
span { border-color: rgb(245,115,203); }
td.TdClassName
{
border-color: #F573CB;
}
.TagClassName
{
border-color: #F573CB;
}
</style>