Shades of Neon Pink #FF5BCC
Tints of Neon Pink #FF5BCC
RGB
CMYK
RGB Variations
Color information
#FF5BCC (or 0xFF5BCC) is known color: Neon Pink. HEX triplet: FF, 5B and CC. RGB value is (255,91,204). Sum of RGB (Red+Green+Blue) = 255+91+204=550 (72% of max value = 765). Red value is 255 (100% from 255 or 46.36% from 550); Green value is 91 (35.94% from 255 or 16.55% from 550); Blue value is 204 (80.08% from 255 or 37.09% from 550); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5BCC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF5BCC is #00A433. Grayscale: #989898. Windows color (decimal): -42036 or 13392895. OLE color: 13392895.
HSL color Cylindrical-coordinate representation of color #FF5BCC: hue angle of 318.66º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FF5BCC is Cyan = 0, Magento = 0.64, Yellow = 0.2 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 91 | 204 | - |
| CMYK | 0 | 0.64 | 0.2 | 0 |
| HSL | 318.66º | 1% | 0.68% | - |
| HSV(B) | 318.66º | 0.64% | 1% | - |
| XYZ | 55.88 | 33.1 | 60.57 | - |
| YUV | 152.92 | 156.83 | 200.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 91 | 204 | 0 | 0.64 | 0.2 | 0 | 318.66 | 1 | 0.68 |
| Hex | FF | 5B | CC | 0 | 40 | 14 | 0 | 13F | 64 | 44 |
| Octal | 377 | 133 | 314 | 0 | 100 | 24 | 0 | 477 | 144 | 104 |
| Binary | 11111111 | 1011011 | 11001100 | 0 | 1000000 | 10100 | 0 | 100111111 | 1100100 | 1000100 |
Color Harmonies of #FF5BCC
Complementary color
Monochromatic Colors of #FF5BCC
Black with #FF5BCC
Text Example
Text Example
White with #FF5BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5BCC; }
p { color: rgb(255,91,204); }
H1.HeaderClassName
{
color: #FF5BCC;
}
.AnyTagClassName
{
color: #FF5BCC;
}
</style>
background-color css
<style>
a { background-color: #FF5BCC; }
a { background-color: rgb(255,91,204); }
div.DivClassName
{
background-color: #FF5BCC;
}
.BgClassName
{
background-color: #FF5BCC;
}
</style>
border-color css
<style>
span { border-color: #FF5BCC; }
span { border-color: rgb(255,91,204); }
td.TdClassName
{
border-color: #FF5BCC;
}
.TagClassName
{
border-color: #FF5BCC;
}
</style>