Shades of Neon Blue #545AF0
Tints of Neon Blue #545AF0
RGB
CMYK
RGB Variations
Color information
#545AF0 (or 0x545AF0) is known color: Neon Blue. HEX triplet: 54, 5A and F0. RGB value is (84,90,240). Sum of RGB (Red+Green+Blue) = 84+90+240=414 (54% of max value = 765). Red value is 84 (33.20% from 255 or 20.29% from 414); Green value is 90 (35.55% from 255 or 21.74% from 414); Blue value is 240 (94.14% from 255 or 57.97% from 414); Max value from RGB is 240 - color contains mainly: blue. Hex color #545AF0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #545AF0 is #ABA50F. Grayscale: #686868. Windows color (decimal): -11248912 or 15751764. OLE color: 15751764.
HSL color Cylindrical-coordinate representation of color #545AF0: hue angle of 237.69º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #545AF0 is Cyan = 0.65, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 84 | 90 | 240 | - |
| CMYK | 0.65 | 0.62 | 0 | 0.06 |
| HSL | 237.69º | 0.84% | 0.64% | - |
| HSV(B) | 237.69º | 0.65% | 0.94% | - |
| XYZ | 23.04 | 15.49 | 84.21 | - |
| YUV | 105.31 | 204.01 | 112.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 90 | 240 | 0.65 | 0.62 | 0 | 0.06 | 237.69 | 0.84 | 0.64 |
| Hex | 54 | 5A | F0 | 41 | 3E | 0 | 6 | EE | 54 | 40 |
| Octal | 124 | 132 | 360 | 101 | 76 | 0 | 6 | 356 | 124 | 100 |
| Binary | 1010100 | 1011010 | 11110000 | 1000001 | 111110 | 0 | 110 | 11101110 | 1010100 | 1000000 |
Color Harmonies of #545AF0
Complementary color
Monochromatic Colors of #545AF0
Black with #545AF0
Text Example
Text Example
White with #545AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545AF0; }
p { color: rgb(84,90,240); }
H1.HeaderClassName
{
color: #545AF0;
}
.AnyTagClassName
{
color: #545AF0;
}
</style>
background-color css
<style>
a { background-color: #545AF0; }
a { background-color: rgb(84,90,240); }
div.DivClassName
{
background-color: #545AF0;
}
.BgClassName
{
background-color: #545AF0;
}
</style>
border-color css
<style>
span { border-color: #545AF0; }
span { border-color: rgb(84,90,240); }
td.TdClassName
{
border-color: #545AF0;
}
.TagClassName
{
border-color: #545AF0;
}
</style>