#543FE5

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

Shades of Neon Blue #543FE5

Tints of Neon Blue #543FE5

Color information

#543FE5 (or 0x543FE5) is unknown color: approx Neon Blue. HEX triplet: 54, 3F and E5. RGB value is (84,63,229). Sum of RGB (Red+Green+Blue) = 84+63+229=376 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.34% from 376); Green value is 63 (25% from 255 or 16.76% from 376); Blue value is 229 (89.84% from 255 or 60.90% from 376); Max value from RGB is 229 - color contains mainly: blue. Hex color #543FE5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #543FE5 is #ABC01A. Grayscale: #575757. Windows color (decimal): -11255835 or 15023956. OLE color: 15023956.

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

Color convert

RGB8463229-
CMYK0.630.7200.10
HSL247.59º76.15%57.25%-
HSV(B)247.59º72.49%89.8%-
XYZ19.5811.175.24-
YUV88.2207.46125-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 22.34%
GREEN value IS 63 (25% from 255) = 16.76%
BLUE value IS 229 (89.84% from 255) = 60.90%
R=22.34%
G=16.76%
B=60.90%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal84632290.630.7200.10247.5976.1557.25
Hex543FE53F480Af84c39
Octal124773457711001237011471
Binary101010011111111100101111111100100001010111110001001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #543FE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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