Html Css Color HEX #5E41EE Neon Blue

📋 copy color: '#5E41EE'

red 94 ◦ green 65 ◦ blue 238

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

Shades of Neon Blue #5E41EE

Tints of Neon Blue #5E41EE

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.37%

 BLUE value IS 238 (93.36% from 255) = 59.95%

R = 23.68%
G = 16.37%
B = 59.95%

CMYK

 C value IS 0.61

 M value IS 0.73

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5E41EE (or 0x5E41EE) is known color: Neon Blue. HEX triplet: 5E, 41 and EE. RGB value is (94,65,238). Sum of RGB (Red+Green+Blue) = 94+65+238=397 (52% of max value = 765). Red value is 94 (37.11% from 255 or 23.68% from 397); Green value is 65 (25.78% from 255 or 16.37% from 397); Blue value is 238 (93.36% from 255 or 59.95% from 397); Max value from RGB is 238 - color contains mainly: blue. Hex color #5E41EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5E41EE is #A1BE11. Grayscale: #5C5C5C. Windows color (decimal): -10599954 or 15614302. OLE color: 15614302.

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

Color convert

RGB 94 65 238 -
CMYK 0.61 0.73 0 0.07
HSL 250.06º 0.84% 0.59% -
HSV(B) 250.06º 0.73% 0.93% -
XYZ 21.94 12.33 82.11 -
YUV 93.39 209.61 128.43 -
System Red Green Blue C M Y K H S L
Decimal 94 65 238 0.61 0.73 0 0.07 250.06 0.84 0.59
Hex 5E 41 EE 3D 49 0 7 FA 54 3B
Octal 136 101 356 75 111 0 7 372 124 73
Binary 1011110 1000001 11101110 111101 1001001 0 111 11111010 1010100 111011

Color Harmonies of #5E41EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E41EE

Black with #5E41EE

Text Example


Text Example

White with #5E41EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,65,238); }

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

background-color css

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

 a { background-color: rgb(94,65,238); }

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

border-color css

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

 span { border-color: rgb(94,65,238); }

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