#5e4aed

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

Shades of Neon Blue #5E4AED

Tints of Neon Blue #5E4AED

Color information

#5E4AED (or 0x5E4AED) is unknown color: approx Neon Blue. HEX triplet: 5E, 4A and ED. RGB value is (94,74,237). Sum of RGB (Red+Green+Blue) = 94+74+237=405 (53% of max value = 765). Red value is 94 (37.11% from 255 or 23.21% from 405); Green value is 74 (29.30% from 255 or 18.27% from 405); Blue value is 237 (92.97% from 255 or 58.52% from 405); Max value from RGB is 237 - color contains mainly: blue. Hex color #5E4AED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5E4AED is #A1B512. Grayscale: #616161. Windows color (decimal): -10597651 or 15551070. OLE color: 15551070.

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

Color convert

RGB9474237-
CMYK0.600.6900.07
HSL247.36º81.91%60.98%-
HSV(B)247.36º68.78%92.94%-
XYZ22.3513.3981.53-
YUV98.56206.13124.75-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 23.21%
GREEN value IS 74 (29.30% from 255) = 18.27%
BLUE value IS 237 (92.97% from 255) = 58.52%
R=23.21%
G=18.27%
B=58.52%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal94742370.600.6900.07247.3681.9160.98
Hex5E4AED3C4507f7523d
Octal136112355741050736712275
Binary101111010010101110110111110010001010111111101111010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5e4aed

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5e4aed; }

 p { color: rgb(94,74,237); }

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

<style>
 a { background-color: #5e4aed; }

 a { background-color: rgb(94,74,237); }

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

<style>
 span { border-color: #5e4aed; }

 span { border-color: rgb(94,74,237); }

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