Shades of Neon Pink #F562CC
Tints of Neon Pink #F562CC
RGB
CMYK
RGB Variations
Color information
#F562CC (or 0xF562CC) is known color: Neon Pink. HEX triplet: F5, 62 and CC. RGB value is (245,98,204). Sum of RGB (Red+Green+Blue) = 245+98+204=547 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.79% from 547); Green value is 98 (38.67% from 255 or 17.92% from 547); Blue value is 204 (80.08% from 255 or 37.29% from 547); Max value from RGB is 245 - color contains mainly: red. Hex color #F562CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F562CC is #0A9D33. Grayscale: #999999. Windows color (decimal): -695604 or 13394677. OLE color: 13394677.
HSL color Cylindrical-coordinate representation of color #F562CC: hue angle of 316.73º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F562CC is Cyan = 0, Magento = 0.6, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 98 | 204 | - |
| CMYK | 0 | 0.6 | 0.17 | 0.04 |
| HSL | 316.73º | 0.88% | 0.67% | - |
| HSV(B) | 316.73º | 0.6% | 0.96% | - |
| XYZ | 52.92 | 32.51 | 60.61 | - |
| YUV | 154.04 | 156.2 | 192.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 98 | 204 | 0 | 0.6 | 0.17 | 0.04 | 316.73 | 0.88 | 0.67 |
| Hex | F5 | 62 | CC | 0 | 3C | 11 | 4 | 13D | 58 | 43 |
| Octal | 365 | 142 | 314 | 0 | 74 | 21 | 4 | 475 | 130 | 103 |
| Binary | 11110101 | 1100010 | 11001100 | 0 | 111100 | 10001 | 100 | 100111101 | 1011000 | 1000011 |
Color Harmonies of #F562CC
Complementary color
Monochromatic Colors of #F562CC
Black with #F562CC
Text Example
Text Example
White with #F562CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F562CC; }
p { color: rgb(245,98,204); }
H1.HeaderClassName
{
color: #F562CC;
}
.AnyTagClassName
{
color: #F562CC;
}
</style>
background-color css
<style>
a { background-color: #F562CC; }
a { background-color: rgb(245,98,204); }
div.DivClassName
{
background-color: #F562CC;
}
.BgClassName
{
background-color: #F562CC;
}
</style>
border-color css
<style>
span { border-color: #F562CC; }
span { border-color: rgb(245,98,204); }
td.TdClassName
{
border-color: #F562CC;
}
.TagClassName
{
border-color: #F562CC;
}
</style>