Shades of Neon Pink #FF56D3
Tints of Neon Pink #FF56D3
RGB
CMYK
RGB Variations
Color information
#FF56D3 (or 0xFF56D3) is known color: Neon Pink. HEX triplet: FF, 56 and D3. RGB value is (255,86,211). Sum of RGB (Red+Green+Blue) = 255+86+211=552 (73% of max value = 765). Red value is 255 (100% from 255 or 46.20% from 552); Green value is 86 (33.98% from 255 or 15.58% from 552); Blue value is 211 (82.81% from 255 or 38.22% from 552); Max value from RGB is 255 - color contains mainly: red. Hex color #FF56D3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF56D3 is #00A92C. Grayscale: #969696. Windows color (decimal): -43309 or 13850367. OLE color: 13850367.
HSL color Cylindrical-coordinate representation of color #FF56D3: hue angle of 315.62º 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 #FF56D3 is Cyan = 0, Magento = 0.66, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 86 | 211 | - |
| CMYK | 0 | 0.66 | 0.17 | 0 |
| HSL | 315.62º | 1% | 0.67% | - |
| HSV(B) | 315.62º | 0.66% | 1% | - |
| XYZ | 56.33 | 32.62 | 64.96 | - |
| YUV | 150.78 | 161.99 | 202.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 86 | 211 | 0 | 0.66 | 0.17 | 0 | 315.62 | 1 | 0.67 |
| Hex | FF | 56 | D3 | 0 | 42 | 11 | 0 | 13C | 64 | 43 |
| Octal | 377 | 126 | 323 | 0 | 102 | 21 | 0 | 474 | 144 | 103 |
| Binary | 11111111 | 1010110 | 11010011 | 0 | 1000010 | 10001 | 0 | 100111100 | 1100100 | 1000011 |
Color Harmonies of #FF56D3
Complementary color
Monochromatic Colors of #FF56D3
Black with #FF56D3
Text Example
Text Example
White with #FF56D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF56D3; }
p { color: rgb(255,86,211); }
H1.HeaderClassName
{
color: #FF56D3;
}
.AnyTagClassName
{
color: #FF56D3;
}
</style>
background-color css
<style>
a { background-color: #FF56D3; }
a { background-color: rgb(255,86,211); }
div.DivClassName
{
background-color: #FF56D3;
}
.BgClassName
{
background-color: #FF56D3;
}
</style>
border-color css
<style>
span { border-color: #FF56D3; }
span { border-color: rgb(255,86,211); }
td.TdClassName
{
border-color: #FF56D3;
}
.TagClassName
{
border-color: #FF56D3;
}
</style>