Shades of Neon Pink #F562C9
Tints of Neon Pink #F562C9
RGB
CMYK
RGB Variations
Color information
#F562C9 (or 0xF562C9) is known color: Neon Pink. HEX triplet: F5, 62 and C9. RGB value is (245,98,201). Sum of RGB (Red+Green+Blue) = 245+98+201=544 (72% of max value = 765). Red value is 245 (96.09% from 255 or 45.04% from 544); Green value is 98 (38.67% from 255 or 18.01% from 544); Blue value is 201 (78.91% from 255 or 36.95% from 544); Max value from RGB is 245 - color contains mainly: red. Hex color #F562C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F562C9 is #0A9D36. Grayscale: #999999. Windows color (decimal): -695607 or 13198069. OLE color: 13198069.
HSL color Cylindrical-coordinate representation of color #F562C9: hue angle of 317.96º 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 #F562C9 is Cyan = 0, Magento = 0.6, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 98 | 201 | - |
| CMYK | 0 | 0.6 | 0.18 | 0.04 |
| HSL | 317.96º | 0.88% | 0.67% | - |
| HSV(B) | 317.96º | 0.6% | 0.96% | - |
| XYZ | 52.57 | 32.36 | 58.73 | - |
| YUV | 153.7 | 154.7 | 193.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 98 | 201 | 0 | 0.6 | 0.18 | 0.04 | 317.96 | 0.88 | 0.67 |
| Hex | F5 | 62 | C9 | 0 | 3C | 12 | 4 | 13E | 58 | 43 |
| Octal | 365 | 142 | 311 | 0 | 74 | 22 | 4 | 476 | 130 | 103 |
| Binary | 11110101 | 1100010 | 11001001 | 0 | 111100 | 10010 | 100 | 100111110 | 1011000 | 1000011 |
Color Harmonies of #F562C9
Complementary color
Monochromatic Colors of #F562C9
Black with #F562C9
Text Example
Text Example
White with #F562C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F562C9; }
p { color: rgb(245,98,201); }
H1.HeaderClassName
{
color: #F562C9;
}
.AnyTagClassName
{
color: #F562C9;
}
</style>
background-color css
<style>
a { background-color: #F562C9; }
a { background-color: rgb(245,98,201); }
div.DivClassName
{
background-color: #F562C9;
}
.BgClassName
{
background-color: #F562C9;
}
</style>
border-color css
<style>
span { border-color: #F562C9; }
span { border-color: rgb(245,98,201); }
td.TdClassName
{
border-color: #F562C9;
}
.TagClassName
{
border-color: #F562C9;
}
</style>