Shades of Neon Pink #FF5DC1
Tints of Neon Pink #FF5DC1
RGB
CMYK
RGB Variations
Color information
#FF5DC1 (or 0xFF5DC1) is known color: Neon Pink. HEX triplet: FF, 5D and C1. RGB value is (255,93,193). Sum of RGB (Red+Green+Blue) = 255+93+193=541 (71% of max value = 765). Red value is 255 (100% from 255 or 47.13% from 541); Green value is 93 (36.72% from 255 or 17.19% from 541); Blue value is 193 (75.78% from 255 or 35.67% from 541); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5DC1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF5DC1 is #00A23E. Grayscale: #989898. Windows color (decimal): -41535 or 12672511. OLE color: 12672511.
HSL color Cylindrical-coordinate representation of color #FF5DC1: hue angle of 322.96º 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 #FF5DC1 is Cyan = 0, Magento = 0.64, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 93 | 193 | - |
| CMYK | 0 | 0.64 | 0.24 | 0 |
| HSL | 322.96º | 1% | 0.68% | - |
| HSV(B) | 322.96º | 0.64% | 1% | - |
| XYZ | 54.78 | 32.94 | 53.92 | - |
| YUV | 152.84 | 150.67 | 200.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 93 | 193 | 0 | 0.64 | 0.24 | 0 | 322.96 | 1 | 0.68 |
| Hex | FF | 5D | C1 | 0 | 40 | 18 | 0 | 143 | 64 | 44 |
| Octal | 377 | 135 | 301 | 0 | 100 | 30 | 0 | 503 | 144 | 104 |
| Binary | 11111111 | 1011101 | 11000001 | 0 | 1000000 | 11000 | 0 | 101000011 | 1100100 | 1000100 |
Color Harmonies of #FF5DC1
Complementary color
Monochromatic Colors of #FF5DC1
Black with #FF5DC1
Text Example
Text Example
White with #FF5DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5DC1; }
p { color: rgb(255,93,193); }
H1.HeaderClassName
{
color: #FF5DC1;
}
.AnyTagClassName
{
color: #FF5DC1;
}
</style>
background-color css
<style>
a { background-color: #FF5DC1; }
a { background-color: rgb(255,93,193); }
div.DivClassName
{
background-color: #FF5DC1;
}
.BgClassName
{
background-color: #FF5DC1;
}
</style>
border-color css
<style>
span { border-color: #FF5DC1; }
span { border-color: rgb(255,93,193); }
td.TdClassName
{
border-color: #FF5DC1;
}
.TagClassName
{
border-color: #FF5DC1;
}
</style>