Shades of Neon Blue #5440EB
Tints of Neon Blue #5440EB
RGB
CMYK
RGB Variations
Color information
#5440EB (or 0x5440EB) is known color: Neon Blue. HEX triplet: 54, 40 and EB. RGB value is (84,64,235). Sum of RGB (Red+Green+Blue) = 84+64+235=383 (50% of max value = 765). Red value is 84 (33.20% from 255 or 21.93% from 383); Green value is 64 (25.39% from 255 or 16.71% from 383); Blue value is 235 (92.19% from 255 or 61.36% from 383); Max value from RGB is 235 - color contains mainly: blue. Hex color #5440EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5440EB is #ABBF14. Grayscale: #585858. Windows color (decimal): -11255573 or 15417428. OLE color: 15417428.
HSL color Cylindrical-coordinate representation of color #5440EB: hue angle of 247.02º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5440EB is Cyan = 0.64, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 84 | 64 | 235 | - |
| CMYK | 0.64 | 0.73 | 0 | 0.08 |
| HSL | 247.02º | 0.81% | 0.59% | - |
| HSV(B) | 247.02º | 0.73% | 0.92% | - |
| XYZ | 20.48 | 11.55 | 79.75 | - |
| YUV | 89.47 | 210.13 | 124.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 64 | 235 | 0.64 | 0.73 | 0 | 0.08 | 247.02 | 0.81 | 0.59 |
| Hex | 54 | 40 | EB | 40 | 49 | 0 | 8 | F7 | 51 | 3B |
| Octal | 124 | 100 | 353 | 100 | 111 | 0 | 10 | 367 | 121 | 73 |
| Binary | 1010100 | 1000000 | 11101011 | 1000000 | 1001001 | 0 | 1000 | 11110111 | 1010001 | 111011 |
Color Harmonies of #5440EB
Complementary color
Monochromatic Colors of #5440EB
Black with #5440EB
Text Example
Text Example
White with #5440EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5440EB; }
p { color: rgb(84,64,235); }
H1.HeaderClassName
{
color: #5440EB;
}
.AnyTagClassName
{
color: #5440EB;
}
</style>
background-color css
<style>
a { background-color: #5440EB; }
a { background-color: rgb(84,64,235); }
div.DivClassName
{
background-color: #5440EB;
}
.BgClassName
{
background-color: #5440EB;
}
</style>
border-color css
<style>
span { border-color: #5440EB; }
span { border-color: rgb(84,64,235); }
td.TdClassName
{
border-color: #5440EB;
}
.TagClassName
{
border-color: #5440EB;
}
</style>