Shades of Neon Pink #FF56C9
Tints of Neon Pink #FF56C9
RGB
CMYK
RGB Variations
Color information
#FF56C9 (or 0xFF56C9) is known color: Neon Pink. HEX triplet: FF, 56 and C9. RGB value is (255,86,201). Sum of RGB (Red+Green+Blue) = 255+86+201=542 (71% of max value = 765). Red value is 255 (100% from 255 or 47.05% from 542); Green value is 86 (33.98% from 255 or 15.87% from 542); Blue value is 201 (78.91% from 255 or 37.08% from 542); Max value from RGB is 255 - color contains mainly: red. Hex color #FF56C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF56C9 is #00A936. Grayscale: #959595. Windows color (decimal): -43319 or 13195007. OLE color: 13195007.
HSL color Cylindrical-coordinate representation of color #FF56C9: hue angle of 319.17º 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 #FF56C9 is Cyan = 0, Magento = 0.66, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 86 | 201 | - |
| CMYK | 0 | 0.66 | 0.21 | 0 |
| HSL | 319.17º | 1% | 0.67% | - |
| HSV(B) | 319.17º | 0.66% | 1% | - |
| XYZ | 55.11 | 32.13 | 58.56 | - |
| YUV | 149.64 | 156.99 | 203.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 86 | 201 | 0 | 0.66 | 0.21 | 0 | 319.17 | 1 | 0.67 |
| Hex | FF | 56 | C9 | 0 | 42 | 15 | 0 | 13F | 64 | 43 |
| Octal | 377 | 126 | 311 | 0 | 102 | 25 | 0 | 477 | 144 | 103 |
| Binary | 11111111 | 1010110 | 11001001 | 0 | 1000010 | 10101 | 0 | 100111111 | 1100100 | 1000011 |
Color Harmonies of #FF56C9
Complementary color
Monochromatic Colors of #FF56C9
Black with #FF56C9
Text Example
Text Example
White with #FF56C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF56C9; }
p { color: rgb(255,86,201); }
H1.HeaderClassName
{
color: #FF56C9;
}
.AnyTagClassName
{
color: #FF56C9;
}
</style>
background-color css
<style>
a { background-color: #FF56C9; }
a { background-color: rgb(255,86,201); }
div.DivClassName
{
background-color: #FF56C9;
}
.BgClassName
{
background-color: #FF56C9;
}
</style>
border-color css
<style>
span { border-color: #FF56C9; }
span { border-color: rgb(255,86,201); }
td.TdClassName
{
border-color: #FF56C9;
}
.TagClassName
{
border-color: #FF56C9;
}
</style>