#545ae5

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

Shades of Neon Blue #545AE5

Tints of Neon Blue #545AE5

Color information

#545AE5 (or 0x545AE5) is unknown color: approx Neon Blue. HEX triplet: 54, 5A and E5. RGB value is (84,90,229). Sum of RGB (Red+Green+Blue) = 84+90+229=403 (53% of max value = 765). Red value is 84 (33.20% from 255 or 20.84% from 403); Green value is 90 (35.55% from 255 or 22.33% from 403); Blue value is 229 (89.84% from 255 or 56.82% from 403); Max value from RGB is 229 - color contains mainly: blue. Hex color #545AE5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #545AE5 is #ABA51A. Grayscale: #676767. Windows color (decimal): -11248923 or 15030868. OLE color: 15030868.

HSL color Cylindrical-coordinate representation of color #545AE5: hue angle of 237.52º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #545AE5 is Cyan = 0.63, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB8490229-
CMYK0.630.6100.10
HSL237.52º73.6%61.37%-
HSV(B)237.52º63.32%89.8%-
XYZ21.4614.8575.87-
YUV104.05198.51113.7-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 20.84%
GREEN value IS 90 (35.55% from 255) = 22.33%
BLUE value IS 229 (89.84% from 255) = 56.82%
R=20.84%
G=22.33%
B=56.82%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal84902290.630.6100.10237.5273.661.37
Hex545AE53F3D0Aee4a3d
Octal124132345777501235611275
Binary101010010110101110010111111111110101010111011101001010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545ae5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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