#543AE3

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

Shades of Neon Blue #543AE3

Tints of Neon Blue #543AE3

Color information

#543AE3 (or 0x543AE3) is unknown color: approx Neon Blue. HEX triplet: 54, 3A and E3. RGB value is (84,58,227). Sum of RGB (Red+Green+Blue) = 84+58+227=369 (48% of max value = 765). Red value is 84 (33.20% from 255 or 22.76% from 369); Green value is 58 (23.05% from 255 or 15.72% from 369); Blue value is 227 (89.06% from 255 or 61.52% from 369); Max value from RGB is 227 - color contains mainly: blue. Hex color #543AE3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #543AE3 is #ABC51C. Grayscale: #545454. Windows color (decimal): -11257117 or 14891604. OLE color: 14891604.

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

Color convert

RGB8458227-
CMYK0.630.7400.11
HSL249.23º75.11%55.88%-
HSV(B)249.23º74.45%89.02%-
XYZ19.0310.4673.69-
YUV85.04208.11127.26-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 22.76%
GREEN value IS 58 (23.05% from 255) = 15.72%
BLUE value IS 227 (89.06% from 255) = 61.52%
R=22.76%
G=15.72%
B=61.52%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal84582270.630.7400.11249.2375.1155.88
Hex543AE33F4A0Bf94b38
Octal124723437711201337111370
Binary101010011101011100011111111100101001011111110011001011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #543AE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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