Shades of Neon Pink #F56DD8
Tints of Neon Pink #F56DD8
RGB
CMYK
RGB Variations
Color information
#F56DD8 (or 0xF56DD8) is known color: Neon Pink. HEX triplet: F5, 6D and D8. RGB value is (245,109,216). Sum of RGB (Red+Green+Blue) = 245+109+216=570 (75% of max value = 765). Red value is 245 (96.09% from 255 or 42.98% from 570); Green value is 109 (42.97% from 255 or 19.12% from 570); Blue value is 216 (84.77% from 255 or 37.89% from 570); Max value from RGB is 245 - color contains mainly: red. Hex color #F56DD8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F56DD8 is #0A9227. Grayscale: #A1A1A1. Windows color (decimal): -692776 or 14183925. OLE color: 14183925.
HSL color Cylindrical-coordinate representation of color #F56DD8: hue angle of 312.79º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F56DD8 is Cyan = 0, Magento = 0.56, Yellow = 0.12 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 109 | 216 | - |
| CMYK | 0 | 0.56 | 0.12 | 0.04 |
| HSL | 312.79º | 0.87% | 0.69% | - |
| HSV(B) | 312.79º | 0.56% | 0.96% | - |
| XYZ | 55.52 | 35.31 | 68.85 | - |
| YUV | 161.86 | 158.56 | 187.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 109 | 216 | 0 | 0.56 | 0.12 | 0.04 | 312.79 | 0.87 | 0.69 |
| Hex | F5 | 6D | D8 | 0 | 38 | C | 4 | 139 | 57 | 45 |
| Octal | 365 | 155 | 330 | 0 | 70 | 14 | 4 | 471 | 127 | 105 |
| Binary | 11110101 | 1101101 | 11011000 | 0 | 111000 | 1100 | 100 | 100111001 | 1010111 | 1000101 |
Color Harmonies of #F56DD8
Complementary color
Monochromatic Colors of #F56DD8
Black with #F56DD8
Text Example
Text Example
White with #F56DD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56DD8; }
p { color: rgb(245,109,216); }
H1.HeaderClassName
{
color: #F56DD8;
}
.AnyTagClassName
{
color: #F56DD8;
}
</style>
background-color css
<style>
a { background-color: #F56DD8; }
a { background-color: rgb(245,109,216); }
div.DivClassName
{
background-color: #F56DD8;
}
.BgClassName
{
background-color: #F56DD8;
}
</style>
border-color css
<style>
span { border-color: #F56DD8; }
span { border-color: rgb(245,109,216); }
td.TdClassName
{
border-color: #F56DD8;
}
.TagClassName
{
border-color: #F56DD8;
}
</style>