#545AE7

Color #545AE7 Neon Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Blue #545AE7

Tints of Neon Blue #545AE7

Color information

#545AE7 (or 0x545AE7) is unknown color: approx Neon Blue. HEX triplet: 54, 5A and E7. RGB value is (84,90,231). Sum of RGB (Red+Green+Blue) = 84+90+231=405 (53% of max value = 765). Red value is 84 (33.20% from 255 or 20.74% from 405); Green value is 90 (35.55% from 255 or 22.22% from 405); Blue value is 231 (90.62% from 255 or 57.04% from 405); Max value from RGB is 231 - color contains mainly: blue. Hex color #545AE7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #545AE7 is #ABA518. Grayscale: #676767. Windows color (decimal): -11248921 or 15161940. OLE color: 15161940.

HSL color Cylindrical-coordinate representation of color #545AE7: hue angle of 237.55º degrees, saturation: 0.75, 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 #545AE7 is Cyan = 0.64, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB8490231-
CMYK0.640.6100.09
HSL237.55º75.38%61.76%-
HSV(B)237.55º63.64%90.59%-
XYZ21.7414.9777.34-
YUV104.28199.51113.54-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 84 (33.20% from 255) = 20.74%
GREEN value IS 90 (35.55% from 255) = 22.22%
BLUE value IS 231 (90.62% from 255) = 57.04%
R=20.74%
G=22.22%
B=57.04%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal84902310.640.6100.09237.5575.3861.76
Hex545AE7403D09ee4b3e
Octal1241323471007501135611376
Binary1010100101101011100111100000011110101001111011101001011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545AE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545AE7; }

 p { color: rgb(84,90,231); }

 H1.HeaderClassName
 {
   color: #545AE7;
 }
 .AnyTagClassName
 {
   color: #545AE7;
 }
</style>
background-color css

<style>
 a { background-color: #545AE7; }

 a { background-color: rgb(84,90,231); }

 div.DivClassName
 {
   background-color: #545AE7;
 }
 .BgClassName
 {
   background-color: #545AE7;
 }
</style>
border-color css

<style>
 span { border-color: #545AE7; }

 span { border-color: rgb(84,90,231); }

 td.TdClassName
 {
   border-color: #545AE7;
 }
 .TagClassName
 {
   border-color: #545AE7;
 }
</style>