Shades of Neon Pink #FF5BDA
Tints of Neon Pink #FF5BDA
RGB
CMYK
RGB Variations
Color information
#FF5BDA (or 0xFF5BDA) is known color: Neon Pink. HEX triplet: FF, 5B and DA. RGB value is (255,91,218). Sum of RGB (Red+Green+Blue) = 255+91+218=564 (74% of max value = 765). Red value is 255 (100% from 255 or 45.21% from 564); Green value is 91 (35.94% from 255 or 16.13% from 564); Blue value is 218 (85.55% from 255 or 38.65% from 564); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5BDA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF5BDA is #00A425. Grayscale: #9A9A9A. Windows color (decimal): -42022 or 14310399. OLE color: 14310399.
HSL color Cylindrical-coordinate representation of color #FF5BDA: hue angle of 313.54º 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 #FF5BDA is Cyan = 0, Magento = 0.64, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 91 | 218 | - |
| CMYK | 0 | 0.64 | 0.15 | 0 |
| HSL | 313.54º | 1% | 0.68% | - |
| HSV(B) | 313.54º | 0.64% | 1% | - |
| XYZ | 57.64 | 33.8 | 69.82 | - |
| YUV | 154.51 | 163.83 | 199.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 91 | 218 | 0 | 0.64 | 0.15 | 0 | 313.54 | 1 | 0.68 |
| Hex | FF | 5B | DA | 0 | 40 | F | 0 | 13A | 64 | 44 |
| Octal | 377 | 133 | 332 | 0 | 100 | 17 | 0 | 472 | 144 | 104 |
| Binary | 11111111 | 1011011 | 11011010 | 0 | 1000000 | 1111 | 0 | 100111010 | 1100100 | 1000100 |
Color Harmonies of #FF5BDA
Complementary color
Monochromatic Colors of #FF5BDA
Black with #FF5BDA
Text Example
Text Example
White with #FF5BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5BDA; }
p { color: rgb(255,91,218); }
H1.HeaderClassName
{
color: #FF5BDA;
}
.AnyTagClassName
{
color: #FF5BDA;
}
</style>
background-color css
<style>
a { background-color: #FF5BDA; }
a { background-color: rgb(255,91,218); }
div.DivClassName
{
background-color: #FF5BDA;
}
.BgClassName
{
background-color: #FF5BDA;
}
</style>
border-color css
<style>
span { border-color: #FF5BDA; }
span { border-color: rgb(255,91,218); }
td.TdClassName
{
border-color: #FF5BDA;
}
.TagClassName
{
border-color: #FF5BDA;
}
</style>