Shades of Neon Pink #FF5BCD
Tints of Neon Pink #FF5BCD
RGB
CMYK
RGB Variations
Color information
#FF5BCD (or 0xFF5BCD) is known color: Neon Pink. HEX triplet: FF, 5B and CD. RGB value is (255,91,205). Sum of RGB (Red+Green+Blue) = 255+91+205=551 (72% of max value = 765). Red value is 255 (100% from 255 or 46.28% from 551); Green value is 91 (35.94% from 255 or 16.52% from 551); Blue value is 205 (80.47% from 255 or 37.21% from 551); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5BCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF5BCD is #00A432. Grayscale: #989898. Windows color (decimal): -42035 or 13458431. OLE color: 13458431.
HSL color Cylindrical-coordinate representation of color #FF5BCD: hue angle of 318.29º 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 #FF5BCD is Cyan = 0, Magento = 0.64, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 91 | 205 | - |
| CMYK | 0 | 0.64 | 0.20 | 0 |
| HSL | 318.29º | 1% | 0.68% | - |
| HSV(B) | 318.29º | 0.64% | 1% | - |
| XYZ | 56 | 33.15 | 61.2 | - |
| YUV | 153.03 | 157.33 | 200.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 91 | 205 | 0 | 0.64 | 0.20 | 0 | 318.29 | 1 | 0.68 |
| Hex | FF | 5B | CD | 0 | 40 | 14 | 0 | 13E | 64 | 44 |
| Octal | 377 | 133 | 315 | 0 | 100 | 24 | 0 | 476 | 144 | 104 |
| Binary | 11111111 | 1011011 | 11001101 | 0 | 1000000 | 10100 | 0 | 100111110 | 1100100 | 1000100 |
Color Harmonies of #FF5BCD
Complementary color
Monochromatic Colors of #FF5BCD
Black with #FF5BCD
Text Example
Text Example
White with #FF5BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5BCD; }
p { color: rgb(255,91,205); }
H1.HeaderClassName
{
color: #FF5BCD;
}
.AnyTagClassName
{
color: #FF5BCD;
}
</style>
background-color css
<style>
a { background-color: #FF5BCD; }
a { background-color: rgb(255,91,205); }
div.DivClassName
{
background-color: #FF5BCD;
}
.BgClassName
{
background-color: #FF5BCD;
}
</style>
border-color css
<style>
span { border-color: #FF5BCD; }
span { border-color: rgb(255,91,205); }
td.TdClassName
{
border-color: #FF5BCD;
}
.TagClassName
{
border-color: #FF5BCD;
}
</style>