Html Css Color HEX #5E4DEA Neon Blue

📋 copy color: '#5E4DEA'

red 94 ◦ green 77 ◦ blue 234

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

Shades of Neon Blue #5E4DEA

Tints of Neon Blue #5E4DEA

RGB

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

 GREEN value IS 77 (30.47% from 255) = 19.01%

 BLUE value IS 234 (91.8% from 255) = 57.78%

R = 23.21%
G = 19.01%
B = 57.78%

CMYK

 C value IS 0.60

 M value IS 0.67

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5E4DEA (or 0x5E4DEA) is known color: Neon Blue. HEX triplet: 5E, 4D and EA. RGB value is (94,77,234). Sum of RGB (Red+Green+Blue) = 94+77+234=405 (53% of max value = 765). Red value is 94 (37.11% from 255 or 23.21% from 405); Green value is 77 (30.47% from 255 or 19.01% from 405); Blue value is 234 (91.80% from 255 or 57.78% from 405); Max value from RGB is 234 - color contains mainly: blue. Hex color #5E4DEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5E4DEA is #A1B215. Grayscale: #636363. Windows color (decimal): -10596886 or 15355230. OLE color: 15355230.

HSL color Cylindrical-coordinate representation of color #5E4DEA: hue angle of 246.5º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5E4DEA is Cyan = 0.60, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 94 77 234 -
CMYK 0.60 0.67 0 0.08
HSL 246.5º 0.79% 0.61% -
HSV(B) 246.5º 0.67% 0.92% -
XYZ 22.12 13.63 79.31 -
YUV 99.98 203.63 123.73 -
System Red Green Blue C M Y K H S L
Decimal 94 77 234 0.60 0.67 0 0.08 246.5 0.79 0.61
Hex 5E 4D EA 3C 43 0 8 F6 4F 3D
Octal 136 115 352 74 103 0 10 366 117 75
Binary 1011110 1001101 11101010 111100 1000011 0 1000 11110110 1001111 111101

Color Harmonies of #5E4DEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E4DEA

Black with #5E4DEA

Text Example


Text Example

White with #5E4DEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,77,234); }

 H1.HeaderClassName
 {
   color: #5E4DEA;
 }
 .AnyTagClassName
 {
   color: #5E4DEA;
 }
</style>

background-color css

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

 a { background-color: rgb(94,77,234); }

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

border-color css

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

 span { border-color: rgb(94,77,234); }

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