Shades of Neon Pink #FF56D0
Tints of Neon Pink #FF56D0
RGB
CMYK
RGB Variations
Color information
#FF56D0 (or 0xFF56D0) is known color: Neon Pink. HEX triplet: FF, 56 and D0. RGB value is (255,86,208). Sum of RGB (Red+Green+Blue) = 255+86+208=549 (72% of max value = 765). Red value is 255 (100% from 255 or 46.45% from 549); Green value is 86 (33.98% from 255 or 15.66% from 549); Blue value is 208 (81.64% from 255 or 37.89% from 549); Max value from RGB is 255 - color contains mainly: red. Hex color #FF56D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF56D0 is #00A92F. Grayscale: #969696. Windows color (decimal): -43312 or 13653759. OLE color: 13653759.
HSL color Cylindrical-coordinate representation of color #FF56D0: hue angle of 316.69º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FF56D0 is Cyan = 0, Magento = 0.66, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 86 | 208 | - |
| CMYK | 0 | 0.66 | 0.18 | 0 |
| HSL | 316.69º | 1% | 0.67% | - |
| HSV(B) | 316.69º | 0.66% | 1% | - |
| XYZ | 55.95 | 32.47 | 62.99 | - |
| YUV | 150.44 | 160.49 | 202.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 86 | 208 | 0 | 0.66 | 0.18 | 0 | 316.69 | 1 | 0.67 |
| Hex | FF | 56 | D0 | 0 | 42 | 12 | 0 | 13D | 64 | 43 |
| Octal | 377 | 126 | 320 | 0 | 102 | 22 | 0 | 475 | 144 | 103 |
| Binary | 11111111 | 1010110 | 11010000 | 0 | 1000010 | 10010 | 0 | 100111101 | 1100100 | 1000011 |
Color Harmonies of #FF56D0
Complementary color
Monochromatic Colors of #FF56D0
Black with #FF56D0
Text Example
Text Example
White with #FF56D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF56D0; }
p { color: rgb(255,86,208); }
H1.HeaderClassName
{
color: #FF56D0;
}
.AnyTagClassName
{
color: #FF56D0;
}
</style>
background-color css
<style>
a { background-color: #FF56D0; }
a { background-color: rgb(255,86,208); }
div.DivClassName
{
background-color: #FF56D0;
}
.BgClassName
{
background-color: #FF56D0;
}
</style>
border-color css
<style>
span { border-color: #FF56D0; }
span { border-color: rgb(255,86,208); }
td.TdClassName
{
border-color: #FF56D0;
}
.TagClassName
{
border-color: #FF56D0;
}
</style>