Shades of Neon Pink #F563CB
Tints of Neon Pink #F563CB
RGB
CMYK
RGB Variations
Color information
#F563CB (or 0xF563CB) is known color: Neon Pink. HEX triplet: F5, 63 and CB. RGB value is (245,99,203). Sum of RGB (Red+Green+Blue) = 245+99+203=547 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.79% from 547); Green value is 99 (39.06% from 255 or 18.10% from 547); Blue value is 203 (79.69% from 255 or 37.11% from 547); Max value from RGB is 245 - color contains mainly: red. Hex color #F563CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F563CB is #0A9C34. Grayscale: #9A9A9A. Windows color (decimal): -695349 or 13329397. OLE color: 13329397.
HSL color Cylindrical-coordinate representation of color #F563CB: hue angle of 317.26º 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 #F563CB is Cyan = 0, Magento = 0.60, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 99 | 203 | - |
| CMYK | 0 | 0.60 | 0.17 | 0.04 |
| HSL | 317.26º | 0.88% | 0.67% | - |
| HSV(B) | 317.26º | 0.6% | 0.96% | - |
| XYZ | 52.9 | 32.65 | 60.01 | - |
| YUV | 154.51 | 155.37 | 192.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 99 | 203 | 0 | 0.60 | 0.17 | 0.04 | 317.26 | 0.88 | 0.67 |
| Hex | F5 | 63 | CB | 0 | 3C | 11 | 4 | 13D | 58 | 43 |
| Octal | 365 | 143 | 313 | 0 | 74 | 21 | 4 | 475 | 130 | 103 |
| Binary | 11110101 | 1100011 | 11001011 | 0 | 111100 | 10001 | 100 | 100111101 | 1011000 | 1000011 |
Color Harmonies of #F563CB
Complementary color
Monochromatic Colors of #F563CB
Black with #F563CB
Text Example
Text Example
White with #F563CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F563CB; }
p { color: rgb(245,99,203); }
H1.HeaderClassName
{
color: #F563CB;
}
.AnyTagClassName
{
color: #F563CB;
}
</style>
background-color css
<style>
a { background-color: #F563CB; }
a { background-color: rgb(245,99,203); }
div.DivClassName
{
background-color: #F563CB;
}
.BgClassName
{
background-color: #F563CB;
}
</style>
border-color css
<style>
span { border-color: #F563CB; }
span { border-color: rgb(245,99,203); }
td.TdClassName
{
border-color: #F563CB;
}
.TagClassName
{
border-color: #F563CB;
}
</style>