Html Css Color HEX #5E4AED Neon Blue

📋 copy color: '#5E4AED'

red 94 ◦ green 74 ◦ blue 237

#5E4AED
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Neon Blue #5E4AED

Tints of Neon Blue #5E4AED

RGB

 RED value IS 94 (37.11% from 255) = 23.21%

 GREEN value IS 74 (29.3% 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 value IS 0.60

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5E4AED (or 0x5E4AED) is known color: 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

RGB 94 74 237 -
CMYK 0.60 0.69 0 0.07
HSL 247.36º 0.82% 0.61% -
HSV(B) 247.36º 0.69% 0.93% -
XYZ 22.35 13.39 81.53 -
YUV 98.56 206.13 124.75 -
System Red Green Blue C M Y K H S L
Decimal 94 74 237 0.60 0.69 0 0.07 247.36 0.82 0.61
Hex 5E 4A ED 3C 45 0 7 F7 52 3D
Octal 136 112 355 74 105 0 7 367 122 75
Binary 1011110 1001010 11101101 111100 1000101 0 111 11110111 1010010 111101

Color Harmonies of #5E4AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E4AED

Black with #5E4AED

Text Example


Text Example

White with #5E4AED

Text Example


Text Example

HTML Codes & Css Web 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>