Shades of Neon Blue #545BEB
Tints of Neon Blue #545BEB
RGB
CMYK
RGB Variations
Color information
#545BEB (or 0x545BEB) is known color: Neon Blue. HEX triplet: 54, 5B and EB. RGB value is (84,91,235). Sum of RGB (Red+Green+Blue) = 84+91+235=410 (54% of max value = 765). Red value is 84 (33.20% from 255 or 20.49% from 410); Green value is 91 (35.94% from 255 or 22.20% from 410); Blue value is 235 (92.19% from 255 or 57.32% from 410); Max value from RGB is 235 - color contains mainly: blue. Hex color #545BEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #545BEB is #ABA414. Grayscale: #686868. Windows color (decimal): -11248661 or 15424340. OLE color: 15424340.
HSL color Cylindrical-coordinate representation of color #545BEB: hue angle of 237.22º 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 #545BEB is Cyan = 0.64, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 84 | 91 | 235 | - |
| CMYK | 0.64 | 0.61 | 0 | 0.08 |
| HSL | 237.22º | 0.79% | 0.63% | - |
| HSV(B) | 237.22º | 0.64% | 0.92% | - |
| XYZ | 22.39 | 15.37 | 80.38 | - |
| YUV | 105.32 | 201.18 | 112.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 91 | 235 | 0.64 | 0.61 | 0 | 0.08 | 237.22 | 0.79 | 0.63 |
| Hex | 54 | 5B | EB | 40 | 3D | 0 | 8 | ED | 4F | 3F |
| Octal | 124 | 133 | 353 | 100 | 75 | 0 | 10 | 355 | 117 | 77 |
| Binary | 1010100 | 1011011 | 11101011 | 1000000 | 111101 | 0 | 1000 | 11101101 | 1001111 | 111111 |
Color Harmonies of #545BEB
Complementary color
Monochromatic Colors of #545BEB
Black with #545BEB
Text Example
Text Example
White with #545BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545BEB; }
p { color: rgb(84,91,235); }
H1.HeaderClassName
{
color: #545BEB;
}
.AnyTagClassName
{
color: #545BEB;
}
</style>
background-color css
<style>
a { background-color: #545BEB; }
a { background-color: rgb(84,91,235); }
div.DivClassName
{
background-color: #545BEB;
}
.BgClassName
{
background-color: #545BEB;
}
</style>
border-color css
<style>
span { border-color: #545BEB; }
span { border-color: rgb(84,91,235); }
td.TdClassName
{
border-color: #545BEB;
}
.TagClassName
{
border-color: #545BEB;
}
</style>