Shades of Neon Pink #F562CE
Tints of Neon Pink #F562CE
RGB
CMYK
RGB Variations
Color information
#F562CE (or 0xF562CE) is known color: Neon Pink. HEX triplet: F5, 62 and CE. RGB value is (245,98,206). Sum of RGB (Red+Green+Blue) = 245+98+206=549 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.63% from 549); Green value is 98 (38.67% from 255 or 17.85% from 549); Blue value is 206 (80.86% from 255 or 37.52% from 549); Max value from RGB is 245 - color contains mainly: red. Hex color #F562CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F562CE is #0A9D31. Grayscale: #999999. Windows color (decimal): -695602 or 13525749. OLE color: 13525749.
HSL color Cylindrical-coordinate representation of color #F562CE: hue angle of 315.92º 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 #F562CE is Cyan = 0, Magento = 0.6, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 98 | 206 | - |
| CMYK | 0 | 0.6 | 0.16 | 0.04 |
| HSL | 315.92º | 0.88% | 0.67% | - |
| HSV(B) | 315.92º | 0.6% | 0.96% | - |
| XYZ | 53.16 | 32.6 | 61.88 | - |
| YUV | 154.27 | 157.2 | 192.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 98 | 206 | 0 | 0.6 | 0.16 | 0.04 | 315.92 | 0.88 | 0.67 |
| Hex | F5 | 62 | CE | 0 | 3C | 10 | 4 | 13C | 58 | 43 |
| Octal | 365 | 142 | 316 | 0 | 74 | 20 | 4 | 474 | 130 | 103 |
| Binary | 11110101 | 1100010 | 11001110 | 0 | 111100 | 10000 | 100 | 100111100 | 1011000 | 1000011 |
Color Harmonies of #F562CE
Complementary color
Monochromatic Colors of #F562CE
Black with #F562CE
Text Example
Text Example
White with #F562CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F562CE; }
p { color: rgb(245,98,206); }
H1.HeaderClassName
{
color: #F562CE;
}
.AnyTagClassName
{
color: #F562CE;
}
</style>
background-color css
<style>
a { background-color: #F562CE; }
a { background-color: rgb(245,98,206); }
div.DivClassName
{
background-color: #F562CE;
}
.BgClassName
{
background-color: #F562CE;
}
</style>
border-color css
<style>
span { border-color: #F562CE; }
span { border-color: rgb(245,98,206); }
td.TdClassName
{
border-color: #F562CE;
}
.TagClassName
{
border-color: #F562CE;
}
</style>