#543AE5

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

Shades of Neon Blue #543AE5

Tints of Neon Blue #543AE5

Color information

#543AE5 (or 0x543AE5) is unknown color: approx Neon Blue. HEX triplet: 54, 3A and E5. RGB value is (84,58,229). Sum of RGB (Red+Green+Blue) = 84+58+229=371 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.64% from 371); Green value is 58 (23.05% from 255 or 15.63% from 371); Blue value is 229 (89.84% from 255 or 61.73% from 371); Max value from RGB is 229 - color contains mainly: blue. Hex color #543AE5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #543AE5 is #ABC51A. Grayscale: #545454. Windows color (decimal): -11257115 or 15022676. OLE color: 15022676.

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

Color convert

RGB8458229-
CMYK0.630.7500.10
HSL249.12º76.68%56.27%-
HSV(B)249.12º74.67%89.8%-
XYZ19.3110.5775.15-
YUV85.27209.11127.1-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 22.64%
GREEN value IS 58 (23.05% from 255) = 15.63%
BLUE value IS 229 (89.84% from 255) = 61.73%
R=22.64%
G=15.63%
B=61.73%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal84582290.630.7500.10249.1276.6856.27
Hex543AE53F4B0Af94d38
Octal124723457711301237111570
Binary101010011101011100101111111100101101010111110011001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #543AE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #543AE5; }

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

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

<style>
 a { background-color: #543AE5; }

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

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

<style>
 span { border-color: #543AE5; }

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

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