#543BED

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

Shades of Neon Blue #543BED

Tints of Neon Blue #543BED

Color information

#543BED (or 0x543BED) is unknown color: approx Neon Blue. HEX triplet: 54, 3B and ED. RGB value is (84,59,237). Sum of RGB (Red+Green+Blue) = 84+59+237=380 (50% of max value = 765). Red value is 84 (33.20% from 255 or 22.11% from 380); Green value is 59 (23.44% from 255 or 15.53% from 380); Blue value is 237 (92.97% from 255 or 62.37% from 380); Max value from RGB is 237 - color contains mainly: blue. Hex color #543BED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #543BED is #ABC412. Grayscale: #565656. Windows color (decimal): -11256851 or 15547220. OLE color: 15547220.

HSL color Cylindrical-coordinate representation of color #543BED: hue angle of 248.43º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #543BED is Cyan = 0.65, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB8459237-
CMYK0.650.7500.07
HSL248.43º83.18%58.04%-
HSV(B)248.43º75.11%92.94%-
XYZ20.5111.1381.19-
YUV86.77212.78126.03-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 22.11%
GREEN value IS 59 (23.44% from 255) = 15.53%
BLUE value IS 237 (92.97% from 255) = 62.37%
R=22.11%
G=15.53%
B=62.37%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal84592370.650.7500.07248.4383.1858.04
Hex543BED414B07f8533a
Octal124733551011130737012372
Binary101010011101111101101100000110010110111111110001010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #543BED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,59,237); }

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

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

 a { background-color: rgb(84,59,237); }

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

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

 span { border-color: rgb(84,59,237); }

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