Shades of Neon Blue #5D49EB
Tints of Neon Blue #5D49EB
RGB
CMYK
RGB Variations
Color information
#5D49EB (or 0x5D49EB) is known color: Neon Blue. HEX triplet: 5D, 49 and EB. RGB value is (93,73,235). Sum of RGB (Red+Green+Blue) = 93+73+235=401 (53% of max value = 765). Red value is 93 (36.72% from 255 or 23.19% from 401); Green value is 73 (28.91% from 255 or 18.20% from 401); Blue value is 235 (92.19% from 255 or 58.60% from 401); Max value from RGB is 235 - color contains mainly: blue. Hex color #5D49EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5D49EB is #A2B614. Grayscale: #606060. Windows color (decimal): -10663445 or 15419741. OLE color: 15419741.
HSL color Cylindrical-coordinate representation of color #5D49EB: hue angle of 247.41º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5D49EB is Cyan = 0.60, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 93 | 73 | 235 | - |
| CMYK | 0.60 | 0.69 | 0 | 0.08 |
| HSL | 247.41º | 0.8% | 0.6% | - |
| HSV(B) | 247.41º | 0.69% | 0.92% | - |
| XYZ | 21.89 | 13.09 | 79.97 | - |
| YUV | 97.45 | 205.63 | 124.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 73 | 235 | 0.60 | 0.69 | 0 | 0.08 | 247.41 | 0.8 | 0.6 |
| Hex | 5D | 49 | EB | 3C | 45 | 0 | 8 | F7 | 50 | 3C |
| Octal | 135 | 111 | 353 | 74 | 105 | 0 | 10 | 367 | 120 | 74 |
| Binary | 1011101 | 1001001 | 11101011 | 111100 | 1000101 | 0 | 1000 | 11110111 | 1010000 | 111100 |
Color Harmonies of #5D49EB
Complementary color
Monochromatic Colors of #5D49EB
Black with #5D49EB
Text Example
Text Example
White with #5D49EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D49EB; }
p { color: rgb(93,73,235); }
H1.HeaderClassName
{
color: #5D49EB;
}
.AnyTagClassName
{
color: #5D49EB;
}
</style>
background-color css
<style>
a { background-color: #5D49EB; }
a { background-color: rgb(93,73,235); }
div.DivClassName
{
background-color: #5D49EB;
}
.BgClassName
{
background-color: #5D49EB;
}
</style>
border-color css
<style>
span { border-color: #5D49EB; }
span { border-color: rgb(93,73,235); }
td.TdClassName
{
border-color: #5D49EB;
}
.TagClassName
{
border-color: #5D49EB;
}
</style>