Shades of Neon Pink #FF5FDB
Tints of Neon Pink #FF5FDB
RGB
CMYK
RGB Variations
Color information
#FF5FDB (or 0xFF5FDB) is known color: Neon Pink. HEX triplet: FF, 5F and DB. RGB value is (255,95,219). Sum of RGB (Red+Green+Blue) = 255+95+219=569 (75% of max value = 765). Red value is 255 (100% from 255 or 44.82% from 569); Green value is 95 (37.5% from 255 or 16.70% from 569); Blue value is 219 (85.94% from 255 or 38.49% from 569); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5FDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF5FDB is #00A024. Grayscale: #9C9C9C. Windows color (decimal): -40997 or 14376959. OLE color: 14376959.
HSL color Cylindrical-coordinate representation of color #FF5FDB: hue angle of 313.5º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FF5FDB is Cyan = 0, Magento = 0.63, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 95 | 219 | - |
| CMYK | 0 | 0.63 | 0.14 | 0 |
| HSL | 313.5º | 1% | 0.69% | - |
| HSV(B) | 313.5º | 0.63% | 1% | - |
| XYZ | 58.12 | 34.56 | 70.63 | - |
| YUV | 156.98 | 163.01 | 197.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 95 | 219 | 0 | 0.63 | 0.14 | 0 | 313.5 | 1 | 0.69 |
| Hex | FF | 5F | DB | 0 | 3F | E | 0 | 13A | 64 | 45 |
| Octal | 377 | 137 | 333 | 0 | 77 | 16 | 0 | 472 | 144 | 105 |
| Binary | 11111111 | 1011111 | 11011011 | 0 | 111111 | 1110 | 0 | 100111010 | 1100100 | 1000101 |
Color Harmonies of #FF5FDB
Complementary color
Monochromatic Colors of #FF5FDB
Black with #FF5FDB
Text Example
Text Example
White with #FF5FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5FDB; }
p { color: rgb(255,95,219); }
H1.HeaderClassName
{
color: #FF5FDB;
}
.AnyTagClassName
{
color: #FF5FDB;
}
</style>
background-color css
<style>
a { background-color: #FF5FDB; }
a { background-color: rgb(255,95,219); }
div.DivClassName
{
background-color: #FF5FDB;
}
.BgClassName
{
background-color: #FF5FDB;
}
</style>
border-color css
<style>
span { border-color: #FF5FDB; }
span { border-color: rgb(255,95,219); }
td.TdClassName
{
border-color: #FF5FDB;
}
.TagClassName
{
border-color: #FF5FDB;
}
</style>