Shades of Neon Pink #FF5EDB
Tints of Neon Pink #FF5EDB
RGB
CMYK
RGB Variations
Color information
#FF5EDB (or 0xFF5EDB) is known color: Neon Pink. HEX triplet: FF, 5E and DB. RGB value is (255,94,219). Sum of RGB (Red+Green+Blue) = 255+94+219=568 (75% of max value = 765). Red value is 255 (100% from 255 or 44.89% from 568); Green value is 94 (37.11% from 255 or 16.55% from 568); Blue value is 219 (85.94% from 255 or 38.56% from 568); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5EDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF5EDB is #00A124. Grayscale: #9C9C9C. Windows color (decimal): -41253 or 14376703. OLE color: 14376703.
HSL color Cylindrical-coordinate representation of color #FF5EDB: hue angle of 313.42º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FF5EDB is Cyan = 0, Magento = 0.63, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 94 | 219 | - |
| CMYK | 0 | 0.63 | 0.14 | 0 |
| HSL | 313.42º | 1% | 0.68% | - |
| HSV(B) | 313.42º | 0.63% | 1% | - |
| XYZ | 58.03 | 34.38 | 70.6 | - |
| YUV | 156.39 | 163.34 | 198.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 94 | 219 | 0 | 0.63 | 0.14 | 0 | 313.42 | 1 | 0.68 |
| Hex | FF | 5E | DB | 0 | 3F | E | 0 | 139 | 64 | 44 |
| Octal | 377 | 136 | 333 | 0 | 77 | 16 | 0 | 471 | 144 | 104 |
| Binary | 11111111 | 1011110 | 11011011 | 0 | 111111 | 1110 | 0 | 100111001 | 1100100 | 1000100 |
Color Harmonies of #FF5EDB
Complementary color
Monochromatic Colors of #FF5EDB
Black with #FF5EDB
Text Example
Text Example
White with #FF5EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5EDB; }
p { color: rgb(255,94,219); }
H1.HeaderClassName
{
color: #FF5EDB;
}
.AnyTagClassName
{
color: #FF5EDB;
}
</style>
background-color css
<style>
a { background-color: #FF5EDB; }
a { background-color: rgb(255,94,219); }
div.DivClassName
{
background-color: #FF5EDB;
}
.BgClassName
{
background-color: #FF5EDB;
}
</style>
border-color css
<style>
span { border-color: #FF5EDB; }
span { border-color: rgb(255,94,219); }
td.TdClassName
{
border-color: #FF5EDB;
}
.TagClassName
{
border-color: #FF5EDB;
}
</style>