Shades of Neon Pink #FF56CF
Tints of Neon Pink #FF56CF
RGB
CMYK
RGB Variations
Color information
#FF56CF (or 0xFF56CF) is known color: Neon Pink. HEX triplet: FF, 56 and CF. RGB value is (255,86,207). Sum of RGB (Red+Green+Blue) = 255+86+207=548 (72% of max value = 765). Red value is 255 (100% from 255 or 46.53% from 548); Green value is 86 (33.98% from 255 or 15.69% from 548); Blue value is 207 (81.25% from 255 or 37.77% from 548); Max value from RGB is 255 - color contains mainly: red. Hex color #FF56CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF56CF is #00A930. Grayscale: #969696. Windows color (decimal): -43313 or 13588223. OLE color: 13588223.
HSL color Cylindrical-coordinate representation of color #FF56CF: hue angle of 317.04º 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 #FF56CF is Cyan = 0, Magento = 0.66, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 86 | 207 | - |
| CMYK | 0 | 0.66 | 0.19 | 0 |
| HSL | 317.04º | 1% | 0.67% | - |
| HSV(B) | 317.04º | 0.66% | 1% | - |
| XYZ | 55.83 | 32.42 | 62.35 | - |
| YUV | 150.33 | 159.99 | 202.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 86 | 207 | 0 | 0.66 | 0.19 | 0 | 317.04 | 1 | 0.67 |
| Hex | FF | 56 | CF | 0 | 42 | 13 | 0 | 13D | 64 | 43 |
| Octal | 377 | 126 | 317 | 0 | 102 | 23 | 0 | 475 | 144 | 103 |
| Binary | 11111111 | 1010110 | 11001111 | 0 | 1000010 | 10011 | 0 | 100111101 | 1100100 | 1000011 |
Color Harmonies of #FF56CF
Complementary color
Monochromatic Colors of #FF56CF
Black with #FF56CF
Text Example
Text Example
White with #FF56CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF56CF; }
p { color: rgb(255,86,207); }
H1.HeaderClassName
{
color: #FF56CF;
}
.AnyTagClassName
{
color: #FF56CF;
}
</style>
background-color css
<style>
a { background-color: #FF56CF; }
a { background-color: rgb(255,86,207); }
div.DivClassName
{
background-color: #FF56CF;
}
.BgClassName
{
background-color: #FF56CF;
}
</style>
border-color css
<style>
span { border-color: #FF56CF; }
span { border-color: rgb(255,86,207); }
td.TdClassName
{
border-color: #FF56CF;
}
.TagClassName
{
border-color: #FF56CF;
}
</style>