Shades of Neon Blue #5458EB
Tints of Neon Blue #5458EB
RGB
CMYK
RGB Variations
Color information
#5458EB (or 0x5458EB) is known color: Neon Blue. HEX triplet: 54, 58 and EB. RGB value is (84,88,235). Sum of RGB (Red+Green+Blue) = 84+88+235=407 (53% of max value = 765). Red value is 84 (33.20% from 255 or 20.64% from 407); Green value is 88 (34.77% from 255 or 21.62% from 407); Blue value is 235 (92.19% from 255 or 57.74% from 407); Max value from RGB is 235 - color contains mainly: blue. Hex color #5458EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5458EB is #ABA714. Grayscale: #666666. Windows color (decimal): -11249429 or 15423572. OLE color: 15423572.
HSL color Cylindrical-coordinate representation of color #5458EB: hue angle of 238.41º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5458EB is Cyan = 0.64, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 84 | 88 | 235 | - |
| CMYK | 0.64 | 0.63 | 0 | 0.08 |
| HSL | 238.41º | 0.79% | 0.63% | - |
| HSV(B) | 238.41º | 0.64% | 0.92% | - |
| XYZ | 22.14 | 14.86 | 80.3 | - |
| YUV | 103.56 | 202.17 | 114.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 88 | 235 | 0.64 | 0.63 | 0 | 0.08 | 238.41 | 0.79 | 0.63 |
| Hex | 54 | 58 | EB | 40 | 3F | 0 | 8 | EE | 4F | 3F |
| Octal | 124 | 130 | 353 | 100 | 77 | 0 | 10 | 356 | 117 | 77 |
| Binary | 1010100 | 1011000 | 11101011 | 1000000 | 111111 | 0 | 1000 | 11101110 | 1001111 | 111111 |
Color Harmonies of #5458EB
Complementary color
Monochromatic Colors of #5458EB
Black with #5458EB
Text Example
Text Example
White with #5458EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5458EB; }
p { color: rgb(84,88,235); }
H1.HeaderClassName
{
color: #5458EB;
}
.AnyTagClassName
{
color: #5458EB;
}
</style>
background-color css
<style>
a { background-color: #5458EB; }
a { background-color: rgb(84,88,235); }
div.DivClassName
{
background-color: #5458EB;
}
.BgClassName
{
background-color: #5458EB;
}
</style>
border-color css
<style>
span { border-color: #5458EB; }
span { border-color: rgb(84,88,235); }
td.TdClassName
{
border-color: #5458EB;
}
.TagClassName
{
border-color: #5458EB;
}
</style>