Html Css Color HEX #5E40EE Neon Blue

📋 copy color: '#5E40EE'

red 94 ◦ green 64 ◦ blue 238

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

Shades of Neon Blue #5E40EE

Tints of Neon Blue #5E40EE

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.16%

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

R = 23.74%
G = 16.16%
B = 60.1%

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

#5E40EE (or 0x5E40EE) is known color: Neon Blue. HEX triplet: 5E, 40 and EE. RGB value is (94,64,238). Sum of RGB (Red+Green+Blue) = 94+64+238=396 (52% of max value = 765). Red value is 94 (37.11% from 255 or 23.74% from 396); Green value is 64 (25.39% from 255 or 16.16% from 396); Blue value is 238 (93.36% from 255 or 60.10% from 396); Max value from RGB is 238 - color contains mainly: blue. Hex color #5E40EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5E40EE is #A1BF11. Grayscale: #5C5C5C. Windows color (decimal): -10600210 or 15614046. OLE color: 15614046.

HSL color Cylindrical-coordinate representation of color #5E40EE: hue angle of 250.34º 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 #5E40EE is Cyan = 0.61, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 94 64 238 -
CMYK 0.61 0.73 0 0.07
HSL 250.34º 0.84% 0.59% -
HSV(B) 250.34º 0.73% 0.93% -
XYZ 21.88 12.22 82.09 -
YUV 92.81 209.94 128.85 -
System Red Green Blue C M Y K H S L
Decimal 94 64 238 0.61 0.73 0 0.07 250.34 0.84 0.59
Hex 5E 40 EE 3D 49 0 7 FA 54 3B
Octal 136 100 356 75 111 0 7 372 124 73
Binary 1011110 1000000 11101110 111101 1001001 0 111 11111010 1010100 111011

Color Harmonies of #5E40EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E40EE

Black with #5E40EE

Text Example


Text Example

White with #5E40EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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