Shades of Neon Blue #545BEA
Tints of Neon Blue #545BEA
RGB
CMYK
RGB Variations
Color information
#545BEA (or 0x545BEA) is known color: Neon Blue. HEX triplet: 54, 5B and EA. RGB value is (84,91,234). Sum of RGB (Red+Green+Blue) = 84+91+234=409 (54% of max value = 765). Red value is 84 (33.20% from 255 or 20.54% from 409); Green value is 91 (35.94% from 255 or 22.25% from 409); Blue value is 234 (91.80% from 255 or 57.21% from 409); Max value from RGB is 234 - color contains mainly: blue. Hex color #545BEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #545BEA is #ABA415. Grayscale: #686868. Windows color (decimal): -11248662 or 15358804. OLE color: 15358804.
HSL color Cylindrical-coordinate representation of color #545BEA: hue angle of 237.2º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #545BEA is Cyan = 0.64, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 84 | 91 | 234 | - |
| CMYK | 0.64 | 0.61 | 0 | 0.08 |
| HSL | 237.2º | 0.78% | 0.62% | - |
| HSV(B) | 237.2º | 0.64% | 0.92% | - |
| XYZ | 22.25 | 15.31 | 79.62 | - |
| YUV | 105.21 | 200.68 | 112.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 91 | 234 | 0.64 | 0.61 | 0 | 0.08 | 237.2 | 0.78 | 0.62 |
| Hex | 54 | 5B | EA | 40 | 3D | 0 | 8 | ED | 4E | 3E |
| Octal | 124 | 133 | 352 | 100 | 75 | 0 | 10 | 355 | 116 | 76 |
| Binary | 1010100 | 1011011 | 11101010 | 1000000 | 111101 | 0 | 1000 | 11101101 | 1001110 | 111110 |
Color Harmonies of #545BEA
Complementary color
Monochromatic Colors of #545BEA
Black with #545BEA
Text Example
Text Example
White with #545BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545BEA; }
p { color: rgb(84,91,234); }
H1.HeaderClassName
{
color: #545BEA;
}
.AnyTagClassName
{
color: #545BEA;
}
</style>
background-color css
<style>
a { background-color: #545BEA; }
a { background-color: rgb(84,91,234); }
div.DivClassName
{
background-color: #545BEA;
}
.BgClassName
{
background-color: #545BEA;
}
</style>
border-color css
<style>
span { border-color: #545BEA; }
span { border-color: rgb(84,91,234); }
td.TdClassName
{
border-color: #545BEA;
}
.TagClassName
{
border-color: #545BEA;
}
</style>