Shades of Neon Pink #FF5DD9
Tints of Neon Pink #FF5DD9
RGB
CMYK
RGB Variations
Color information
#FF5DD9 (or 0xFF5DD9) is known color: Neon Pink. HEX triplet: FF, 5D and D9. RGB value is (255,93,217). Sum of RGB (Red+Green+Blue) = 255+93+217=565 (74% of max value = 765). Red value is 255 (100% from 255 or 45.13% from 565); Green value is 93 (36.72% from 255 or 16.46% from 565); Blue value is 217 (85.16% from 255 or 38.41% from 565); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5DD9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF5DD9 is #00A226. Grayscale: #9B9B9B. Windows color (decimal): -41511 or 14245375. OLE color: 14245375.
HSL color Cylindrical-coordinate representation of color #FF5DD9: hue angle of 314.07º 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 #FF5DD9 is Cyan = 0, Magento = 0.64, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 93 | 217 | - |
| CMYK | 0 | 0.64 | 0.15 | 0 |
| HSL | 314.07º | 1% | 0.68% | - |
| HSV(B) | 314.07º | 0.64% | 1% | - |
| XYZ | 57.68 | 34.1 | 69.19 | - |
| YUV | 155.57 | 162.67 | 198.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 93 | 217 | 0 | 0.64 | 0.15 | 0 | 314.07 | 1 | 0.68 |
| Hex | FF | 5D | D9 | 0 | 40 | F | 0 | 13A | 64 | 44 |
| Octal | 377 | 135 | 331 | 0 | 100 | 17 | 0 | 472 | 144 | 104 |
| Binary | 11111111 | 1011101 | 11011001 | 0 | 1000000 | 1111 | 0 | 100111010 | 1100100 | 1000100 |
Color Harmonies of #FF5DD9
Complementary color
Monochromatic Colors of #FF5DD9
Black with #FF5DD9
Text Example
Text Example
White with #FF5DD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5DD9; }
p { color: rgb(255,93,217); }
H1.HeaderClassName
{
color: #FF5DD9;
}
.AnyTagClassName
{
color: #FF5DD9;
}
</style>
background-color css
<style>
a { background-color: #FF5DD9; }
a { background-color: rgb(255,93,217); }
div.DivClassName
{
background-color: #FF5DD9;
}
.BgClassName
{
background-color: #FF5DD9;
}
</style>
border-color css
<style>
span { border-color: #FF5DD9; }
span { border-color: rgb(255,93,217); }
td.TdClassName
{
border-color: #FF5DD9;
}
.TagClassName
{
border-color: #FF5DD9;
}
</style>