Shades of Neon Pink #FF5DD2
Tints of Neon Pink #FF5DD2
RGB
CMYK
RGB Variations
Color information
#FF5DD2 (or 0xFF5DD2) is known color: Neon Pink. HEX triplet: FF, 5D and D2. RGB value is (255,93,210). Sum of RGB (Red+Green+Blue) = 255+93+210=558 (73% of max value = 765). Red value is 255 (100% from 255 or 45.70% from 558); Green value is 93 (36.72% from 255 or 16.67% from 558); Blue value is 210 (82.42% from 255 or 37.63% from 558); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5DD2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF5DD2 is #00A22D. Grayscale: #9A9A9A. Windows color (decimal): -41518 or 13786623. OLE color: 13786623.
HSL color Cylindrical-coordinate representation of color #FF5DD2: hue angle of 316.67º 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 #FF5DD2 is Cyan = 0, Magento = 0.64, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 93 | 210 | - |
| CMYK | 0 | 0.64 | 0.18 | 0 |
| HSL | 316.67º | 1% | 0.68% | - |
| HSV(B) | 316.67º | 0.64% | 1% | - |
| XYZ | 56.79 | 33.74 | 64.49 | - |
| YUV | 154.78 | 159.17 | 199.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 93 | 210 | 0 | 0.64 | 0.18 | 0 | 316.67 | 1 | 0.68 |
| Hex | FF | 5D | D2 | 0 | 40 | 12 | 0 | 13D | 64 | 44 |
| Octal | 377 | 135 | 322 | 0 | 100 | 22 | 0 | 475 | 144 | 104 |
| Binary | 11111111 | 1011101 | 11010010 | 0 | 1000000 | 10010 | 0 | 100111101 | 1100100 | 1000100 |
Color Harmonies of #FF5DD2
Complementary color
Monochromatic Colors of #FF5DD2
Black with #FF5DD2
Text Example
Text Example
White with #FF5DD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5DD2; }
p { color: rgb(255,93,210); }
H1.HeaderClassName
{
color: #FF5DD2;
}
.AnyTagClassName
{
color: #FF5DD2;
}
</style>
background-color css
<style>
a { background-color: #FF5DD2; }
a { background-color: rgb(255,93,210); }
div.DivClassName
{
background-color: #FF5DD2;
}
.BgClassName
{
background-color: #FF5DD2;
}
</style>
border-color css
<style>
span { border-color: #FF5DD2; }
span { border-color: rgb(255,93,210); }
td.TdClassName
{
border-color: #FF5DD2;
}
.TagClassName
{
border-color: #FF5DD2;
}
</style>