Shades of Neon Pink #F563D3
Tints of Neon Pink #F563D3
RGB
CMYK
RGB Variations
Color information
#F563D3 (or 0xF563D3) is known color: Neon Pink. HEX triplet: F5, 63 and D3. RGB value is (245,99,211). Sum of RGB (Red+Green+Blue) = 245+99+211=555 (73% of max value = 765). Red value is 245 (96.09% from 255 or 44.14% from 555); Green value is 99 (39.06% from 255 or 17.84% from 555); Blue value is 211 (82.81% from 255 or 38.02% from 555); Max value from RGB is 245 - color contains mainly: red. Hex color #F563D3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F563D3 is #0A9C2C. Grayscale: #9B9B9B. Windows color (decimal): -695341 or 13853685. OLE color: 13853685.
HSL color Cylindrical-coordinate representation of color #F563D3: hue angle of 313.97º 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 #F563D3 is Cyan = 0, Magento = 0.60, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 99 | 211 | - |
| CMYK | 0 | 0.60 | 0.14 | 0.04 |
| HSL | 313.97º | 0.88% | 0.67% | - |
| HSV(B) | 313.97º | 0.6% | 0.96% | - |
| XYZ | 53.88 | 33.04 | 65.17 | - |
| YUV | 155.42 | 159.37 | 191.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 99 | 211 | 0 | 0.60 | 0.14 | 0.04 | 313.97 | 0.88 | 0.67 |
| Hex | F5 | 63 | D3 | 0 | 3C | E | 4 | 13A | 58 | 43 |
| Octal | 365 | 143 | 323 | 0 | 74 | 16 | 4 | 472 | 130 | 103 |
| Binary | 11110101 | 1100011 | 11010011 | 0 | 111100 | 1110 | 100 | 100111010 | 1011000 | 1000011 |
Color Harmonies of #F563D3
Complementary color
Monochromatic Colors of #F563D3
Black with #F563D3
Text Example
Text Example
White with #F563D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F563D3; }
p { color: rgb(245,99,211); }
H1.HeaderClassName
{
color: #F563D3;
}
.AnyTagClassName
{
color: #F563D3;
}
</style>
background-color css
<style>
a { background-color: #F563D3; }
a { background-color: rgb(245,99,211); }
div.DivClassName
{
background-color: #F563D3;
}
.BgClassName
{
background-color: #F563D3;
}
</style>
border-color css
<style>
span { border-color: #F563D3; }
span { border-color: rgb(245,99,211); }
td.TdClassName
{
border-color: #F563D3;
}
.TagClassName
{
border-color: #F563D3;
}
</style>