Shades of Neon Blue #545BE9
Tints of Neon Blue #545BE9
RGB
CMYK
RGB Variations
Color information
#545BE9 (or 0x545BE9) is known color: Neon Blue. HEX triplet: 54, 5B and E9. RGB value is (84,91,233). Sum of RGB (Red+Green+Blue) = 84+91+233=408 (54% of max value = 765). Red value is 84 (33.20% from 255 or 20.59% from 408); Green value is 91 (35.94% from 255 or 22.30% from 408); Blue value is 233 (91.41% from 255 or 57.11% from 408); Max value from RGB is 233 - color contains mainly: blue. Hex color #545BE9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #545BE9 is #ABA416. Grayscale: #686868. Windows color (decimal): -11248663 or 15293268. OLE color: 15293268.
HSL color Cylindrical-coordinate representation of color #545BE9: hue angle of 237.18º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #545BE9 is Cyan = 0.64, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 84 | 91 | 233 | - |
| CMYK | 0.64 | 0.61 | 0 | 0.09 |
| HSL | 237.18º | 0.77% | 0.62% | - |
| HSV(B) | 237.18º | 0.64% | 0.91% | - |
| XYZ | 22.11 | 15.25 | 78.87 | - |
| YUV | 105.1 | 200.18 | 112.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 91 | 233 | 0.64 | 0.61 | 0 | 0.09 | 237.18 | 0.77 | 0.62 |
| Hex | 54 | 5B | E9 | 40 | 3D | 0 | 9 | ED | 4D | 3E |
| Octal | 124 | 133 | 351 | 100 | 75 | 0 | 11 | 355 | 115 | 76 |
| Binary | 1010100 | 1011011 | 11101001 | 1000000 | 111101 | 0 | 1001 | 11101101 | 1001101 | 111110 |
Color Harmonies of #545BE9
Complementary color
Monochromatic Colors of #545BE9
Black with #545BE9
Text Example
Text Example
White with #545BE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545BE9; }
p { color: rgb(84,91,233); }
H1.HeaderClassName
{
color: #545BE9;
}
.AnyTagClassName
{
color: #545BE9;
}
</style>
background-color css
<style>
a { background-color: #545BE9; }
a { background-color: rgb(84,91,233); }
div.DivClassName
{
background-color: #545BE9;
}
.BgClassName
{
background-color: #545BE9;
}
</style>
border-color css
<style>
span { border-color: #545BE9; }
span { border-color: rgb(84,91,233); }
td.TdClassName
{
border-color: #545BE9;
}
.TagClassName
{
border-color: #545BE9;
}
</style>