Shades of Neon Pink #FF5DDB
Tints of Neon Pink #FF5DDB
RGB
CMYK
RGB Variations
Color information
#FF5DDB (or 0xFF5DDB) is known color: Neon Pink. HEX triplet: FF, 5D and DB. RGB value is (255,93,219). Sum of RGB (Red+Green+Blue) = 255+93+219=567 (75% of max value = 765). Red value is 255 (100% from 255 or 44.97% from 567); Green value is 93 (36.72% from 255 or 16.40% from 567); Blue value is 219 (85.94% from 255 or 38.62% from 567); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5DDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF5DDB is #00A224. Grayscale: #9B9B9B. Windows color (decimal): -41509 or 14376447. OLE color: 14376447.
HSL color Cylindrical-coordinate representation of color #FF5DDB: hue angle of 313.33º 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 #FF5DDB is Cyan = 0, Magento = 0.64, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 93 | 219 | - |
| CMYK | 0 | 0.64 | 0.14 | 0 |
| HSL | 313.33º | 1% | 0.68% | - |
| HSV(B) | 313.33º | 0.64% | 1% | - |
| XYZ | 57.94 | 34.2 | 70.57 | - |
| YUV | 155.8 | 163.67 | 198.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 93 | 219 | 0 | 0.64 | 0.14 | 0 | 313.33 | 1 | 0.68 |
| Hex | FF | 5D | DB | 0 | 40 | E | 0 | 139 | 64 | 44 |
| Octal | 377 | 135 | 333 | 0 | 100 | 16 | 0 | 471 | 144 | 104 |
| Binary | 11111111 | 1011101 | 11011011 | 0 | 1000000 | 1110 | 0 | 100111001 | 1100100 | 1000100 |
Color Harmonies of #FF5DDB
Complementary color
Monochromatic Colors of #FF5DDB
Black with #FF5DDB
Text Example
Text Example
White with #FF5DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5DDB; }
p { color: rgb(255,93,219); }
H1.HeaderClassName
{
color: #FF5DDB;
}
.AnyTagClassName
{
color: #FF5DDB;
}
</style>
background-color css
<style>
a { background-color: #FF5DDB; }
a { background-color: rgb(255,93,219); }
div.DivClassName
{
background-color: #FF5DDB;
}
.BgClassName
{
background-color: #FF5DDB;
}
</style>
border-color css
<style>
span { border-color: #FF5DDB; }
span { border-color: rgb(255,93,219); }
td.TdClassName
{
border-color: #FF5DDB;
}
.TagClassName
{
border-color: #FF5DDB;
}
</style>