Shades of Neon Pink #FF56CE
Tints of Neon Pink #FF56CE
RGB
CMYK
RGB Variations
Color information
#FF56CE (or 0xFF56CE) is known color: Neon Pink. HEX triplet: FF, 56 and CE. RGB value is (255,86,206). Sum of RGB (Red+Green+Blue) = 255+86+206=547 (72% of max value = 765). Red value is 255 (100% from 255 or 46.62% from 547); Green value is 86 (33.98% from 255 or 15.72% from 547); Blue value is 206 (80.86% from 255 or 37.66% from 547); Max value from RGB is 255 - color contains mainly: red. Hex color #FF56CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF56CE is #00A931. Grayscale: #959595. Windows color (decimal): -43314 or 13522687. OLE color: 13522687.
HSL color Cylindrical-coordinate representation of color #FF56CE: hue angle of 317.4º 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 #FF56CE is Cyan = 0, Magento = 0.66, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 86 | 206 | - |
| CMYK | 0 | 0.66 | 0.19 | 0 |
| HSL | 317.4º | 1% | 0.67% | - |
| HSV(B) | 317.4º | 0.66% | 1% | - |
| XYZ | 55.71 | 32.37 | 61.7 | - |
| YUV | 150.21 | 159.49 | 202.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 86 | 206 | 0 | 0.66 | 0.19 | 0 | 317.4 | 1 | 0.67 |
| Hex | FF | 56 | CE | 0 | 42 | 13 | 0 | 13D | 64 | 43 |
| Octal | 377 | 126 | 316 | 0 | 102 | 23 | 0 | 475 | 144 | 103 |
| Binary | 11111111 | 1010110 | 11001110 | 0 | 1000010 | 10011 | 0 | 100111101 | 1100100 | 1000011 |
Color Harmonies of #FF56CE
Complementary color
Monochromatic Colors of #FF56CE
Black with #FF56CE
Text Example
Text Example
White with #FF56CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF56CE; }
p { color: rgb(255,86,206); }
H1.HeaderClassName
{
color: #FF56CE;
}
.AnyTagClassName
{
color: #FF56CE;
}
</style>
background-color css
<style>
a { background-color: #FF56CE; }
a { background-color: rgb(255,86,206); }
div.DivClassName
{
background-color: #FF56CE;
}
.BgClassName
{
background-color: #FF56CE;
}
</style>
border-color css
<style>
span { border-color: #FF56CE; }
span { border-color: rgb(255,86,206); }
td.TdClassName
{
border-color: #FF56CE;
}
.TagClassName
{
border-color: #FF56CE;
}
</style>