Shades of Neon Pink #F563CC
Tints of Neon Pink #F563CC
RGB
CMYK
RGB Variations
Color information
#F563CC (or 0xF563CC) is known color: Neon Pink. HEX triplet: F5, 63 and CC. RGB value is (245,99,204). Sum of RGB (Red+Green+Blue) = 245+99+204=548 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.71% from 548); Green value is 99 (39.06% from 255 or 18.07% from 548); Blue value is 204 (80.08% from 255 or 37.23% from 548); Max value from RGB is 245 - color contains mainly: red. Hex color #F563CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F563CC is #0A9C33. Grayscale: #9A9A9A. Windows color (decimal): -695348 or 13394933. OLE color: 13394933.
HSL color Cylindrical-coordinate representation of color #F563CC: hue angle of 316.85º 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 #F563CC is Cyan = 0, Magento = 0.60, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 99 | 204 | - |
| CMYK | 0 | 0.60 | 0.17 | 0.04 |
| HSL | 316.85º | 0.88% | 0.67% | - |
| HSV(B) | 316.85º | 0.6% | 0.96% | - |
| XYZ | 53.02 | 32.7 | 60.64 | - |
| YUV | 154.62 | 155.87 | 192.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 99 | 204 | 0 | 0.60 | 0.17 | 0.04 | 316.85 | 0.88 | 0.67 |
| Hex | F5 | 63 | CC | 0 | 3C | 11 | 4 | 13D | 58 | 43 |
| Octal | 365 | 143 | 314 | 0 | 74 | 21 | 4 | 475 | 130 | 103 |
| Binary | 11110101 | 1100011 | 11001100 | 0 | 111100 | 10001 | 100 | 100111101 | 1011000 | 1000011 |
Color Harmonies of #F563CC
Complementary color
Monochromatic Colors of #F563CC
Black with #F563CC
Text Example
Text Example
White with #F563CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F563CC; }
p { color: rgb(245,99,204); }
H1.HeaderClassName
{
color: #F563CC;
}
.AnyTagClassName
{
color: #F563CC;
}
</style>
background-color css
<style>
a { background-color: #F563CC; }
a { background-color: rgb(245,99,204); }
div.DivClassName
{
background-color: #F563CC;
}
.BgClassName
{
background-color: #F563CC;
}
</style>
border-color css
<style>
span { border-color: #F563CC; }
span { border-color: rgb(245,99,204); }
td.TdClassName
{
border-color: #F563CC;
}
.TagClassName
{
border-color: #F563CC;
}
</style>