Shades of Neon Pink #FF56D4
Tints of Neon Pink #FF56D4
RGB
CMYK
RGB Variations
Color information
#FF56D4 (or 0xFF56D4) is known color: Neon Pink. HEX triplet: FF, 56 and D4. RGB value is (255,86,212). Sum of RGB (Red+Green+Blue) = 255+86+212=553 (73% of max value = 765). Red value is 255 (100% from 255 or 46.11% from 553); Green value is 86 (33.98% from 255 or 15.55% from 553); Blue value is 212 (83.20% from 255 or 38.34% from 553); Max value from RGB is 255 - color contains mainly: red. Hex color #FF56D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF56D4 is #00A92B. Grayscale: #969696. Windows color (decimal): -43308 or 13915903. OLE color: 13915903.
HSL color Cylindrical-coordinate representation of color #FF56D4: hue angle of 315.27º 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 #FF56D4 is Cyan = 0, Magento = 0.66, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 86 | 212 | - |
| CMYK | 0 | 0.66 | 0.17 | 0 |
| HSL | 315.27º | 1% | 0.67% | - |
| HSV(B) | 315.27º | 0.66% | 1% | - |
| XYZ | 56.45 | 32.67 | 65.62 | - |
| YUV | 150.9 | 162.49 | 202.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 86 | 212 | 0 | 0.66 | 0.17 | 0 | 315.27 | 1 | 0.67 |
| Hex | FF | 56 | D4 | 0 | 42 | 11 | 0 | 13B | 64 | 43 |
| Octal | 377 | 126 | 324 | 0 | 102 | 21 | 0 | 473 | 144 | 103 |
| Binary | 11111111 | 1010110 | 11010100 | 0 | 1000010 | 10001 | 0 | 100111011 | 1100100 | 1000011 |
Color Harmonies of #FF56D4
Complementary color
Monochromatic Colors of #FF56D4
Black with #FF56D4
Text Example
Text Example
White with #FF56D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF56D4; }
p { color: rgb(255,86,212); }
H1.HeaderClassName
{
color: #FF56D4;
}
.AnyTagClassName
{
color: #FF56D4;
}
</style>
background-color css
<style>
a { background-color: #FF56D4; }
a { background-color: rgb(255,86,212); }
div.DivClassName
{
background-color: #FF56D4;
}
.BgClassName
{
background-color: #FF56D4;
}
</style>
border-color css
<style>
span { border-color: #FF56D4; }
span { border-color: rgb(255,86,212); }
td.TdClassName
{
border-color: #FF56D4;
}
.TagClassName
{
border-color: #FF56D4;
}
</style>