Shades of Neon Pink #FF56CC
Tints of Neon Pink #FF56CC
RGB
CMYK
RGB Variations
Color information
#FF56CC (or 0xFF56CC) is known color: Neon Pink. HEX triplet: FF, 56 and CC. RGB value is (255,86,204). Sum of RGB (Red+Green+Blue) = 255+86+204=545 (72% of max value = 765). Red value is 255 (100% from 255 or 46.79% from 545); Green value is 86 (33.98% from 255 or 15.78% from 545); Blue value is 204 (80.08% from 255 or 37.43% from 545); Max value from RGB is 255 - color contains mainly: red. Hex color #FF56CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF56CC is #00A933. Grayscale: #959595. Windows color (decimal): -43316 or 13391615. OLE color: 13391615.
HSL color Cylindrical-coordinate representation of color #FF56CC: hue angle of 318.11º 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 #FF56CC is Cyan = 0, Magento = 0.66, Yellow = 0.2 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 86 | 204 | - |
| CMYK | 0 | 0.66 | 0.2 | 0 |
| HSL | 318.11º | 1% | 0.67% | - |
| HSV(B) | 318.11º | 0.66% | 1% | - |
| XYZ | 55.47 | 32.28 | 60.43 | - |
| YUV | 149.98 | 158.49 | 202.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 86 | 204 | 0 | 0.66 | 0.2 | 0 | 318.11 | 1 | 0.67 |
| Hex | FF | 56 | CC | 0 | 42 | 14 | 0 | 13E | 64 | 43 |
| Octal | 377 | 126 | 314 | 0 | 102 | 24 | 0 | 476 | 144 | 103 |
| Binary | 11111111 | 1010110 | 11001100 | 0 | 1000010 | 10100 | 0 | 100111110 | 1100100 | 1000011 |
Color Harmonies of #FF56CC
Complementary color
Monochromatic Colors of #FF56CC
Black with #FF56CC
Text Example
Text Example
White with #FF56CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF56CC; }
p { color: rgb(255,86,204); }
H1.HeaderClassName
{
color: #FF56CC;
}
.AnyTagClassName
{
color: #FF56CC;
}
</style>
background-color css
<style>
a { background-color: #FF56CC; }
a { background-color: rgb(255,86,204); }
div.DivClassName
{
background-color: #FF56CC;
}
.BgClassName
{
background-color: #FF56CC;
}
</style>
border-color css
<style>
span { border-color: #FF56CC; }
span { border-color: rgb(255,86,204); }
td.TdClassName
{
border-color: #FF56CC;
}
.TagClassName
{
border-color: #FF56CC;
}
</style>