Shades of Neon Pink #FF5DCB
Tints of Neon Pink #FF5DCB
RGB
CMYK
RGB Variations
Color information
#FF5DCB (or 0xFF5DCB) is known color: Neon Pink. HEX triplet: FF, 5D and CB. RGB value is (255,93,203). Sum of RGB (Red+Green+Blue) = 255+93+203=551 (72% of max value = 765). Red value is 255 (100% from 255 or 46.28% from 551); Green value is 93 (36.72% from 255 or 16.88% from 551); Blue value is 203 (79.69% from 255 or 36.84% from 551); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5DCB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF5DCB is #00A234. Grayscale: #999999. Windows color (decimal): -41525 or 13327871. OLE color: 13327871.
HSL color Cylindrical-coordinate representation of color #FF5DCB: hue angle of 319.26º 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 #FF5DCB is Cyan = 0, Magento = 0.64, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 93 | 203 | - |
| CMYK | 0 | 0.64 | 0.20 | 0 |
| HSL | 319.26º | 1% | 0.68% | - |
| HSV(B) | 319.26º | 0.64% | 1% | - |
| XYZ | 55.93 | 33.4 | 60 | - |
| YUV | 153.98 | 155.67 | 200.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 93 | 203 | 0 | 0.64 | 0.20 | 0 | 319.26 | 1 | 0.68 |
| Hex | FF | 5D | CB | 0 | 40 | 14 | 0 | 13F | 64 | 44 |
| Octal | 377 | 135 | 313 | 0 | 100 | 24 | 0 | 477 | 144 | 104 |
| Binary | 11111111 | 1011101 | 11001011 | 0 | 1000000 | 10100 | 0 | 100111111 | 1100100 | 1000100 |
Color Harmonies of #FF5DCB
Complementary color
Monochromatic Colors of #FF5DCB
Black with #FF5DCB
Text Example
Text Example
White with #FF5DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5DCB; }
p { color: rgb(255,93,203); }
H1.HeaderClassName
{
color: #FF5DCB;
}
.AnyTagClassName
{
color: #FF5DCB;
}
</style>
background-color css
<style>
a { background-color: #FF5DCB; }
a { background-color: rgb(255,93,203); }
div.DivClassName
{
background-color: #FF5DCB;
}
.BgClassName
{
background-color: #FF5DCB;
}
</style>
border-color css
<style>
span { border-color: #FF5DCB; }
span { border-color: rgb(255,93,203); }
td.TdClassName
{
border-color: #FF5DCB;
}
.TagClassName
{
border-color: #FF5DCB;
}
</style>