#545DEE

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

Shades of Neon Blue #545DEE

Tints of Neon Blue #545DEE

Color information

#545DEE (or 0x545DEE) is unknown color: approx Neon Blue. HEX triplet: 54, 5D and EE. RGB value is (84,93,238). Sum of RGB (Red+Green+Blue) = 84+93+238=415 (54% of max value = 765). Red value is 84 (33.20% from 255 or 20.24% from 415); Green value is 93 (36.72% from 255 or 22.41% from 415); Blue value is 238 (93.36% from 255 or 57.35% from 415); Max value from RGB is 238 - color contains mainly: blue. Hex color #545DEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #545DEE is #ABA211. Grayscale: #6A6A6A. Windows color (decimal): -11248146 or 15621460. OLE color: 15621460.

HSL color Cylindrical-coordinate representation of color #545DEE: hue angle of 236.49º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #545DEE is Cyan = 0.65, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB8493238-
CMYK0.650.6100.07
HSL236.49º81.91%63.14%-
HSV(B)236.49º64.71%93.33%-
XYZ2315.8982.74-
YUV106.84202.02111.71-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 20.24%
GREEN value IS 93 (36.72% from 255) = 22.41%
BLUE value IS 238 (93.36% from 255) = 57.35%
R=20.24%
G=22.41%
B=57.35%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal84932380.650.6100.07236.4981.9163.14
Hex545DEE413D07ec523f
Octal124135356101750735412277
Binary101010010111011110111010000011111010111111011001010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545DEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,93,238); }

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

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

 a { background-color: rgb(84,93,238); }

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

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

 span { border-color: rgb(84,93,238); }

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