Html Css Color HEX #5E41EB Neon Blue

📋 copy color: '#5E41EB'

red 94 ◦ green 65 ◦ blue 235

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

Shades of Neon Blue #5E41EB

Tints of Neon Blue #5E41EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 59.64%

R = 23.86%
G = 16.5%
B = 59.64%

CMYK

 C value IS 0.6

 M value IS 0.72

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5E41EB (or 0x5E41EB) is known color: Neon Blue. HEX triplet: 5E, 41 and EB. RGB value is (94,65,235). Sum of RGB (Red+Green+Blue) = 94+65+235=394 (52% of max value = 765). Red value is 94 (37.11% from 255 or 23.86% from 394); Green value is 65 (25.78% from 255 or 16.50% from 394); Blue value is 235 (92.19% from 255 or 59.64% from 394); Max value from RGB is 235 - color contains mainly: blue. Hex color #5E41EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5E41EB is #A1BE14. Grayscale: #5C5C5C. Windows color (decimal): -10599957 or 15417694. OLE color: 15417694.

HSL color Cylindrical-coordinate representation of color #5E41EB: hue angle of 250.24º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5E41EB is Cyan = 0.6, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 94 65 235 -
CMYK 0.6 0.72 0 0.08
HSL 250.24º 0.81% 0.59% -
HSV(B) 250.24º 0.72% 0.92% -
XYZ 21.5 12.16 79.81 -
YUV 93.05 208.11 128.68 -
System Red Green Blue C M Y K H S L
Decimal 94 65 235 0.6 0.72 0 0.08 250.24 0.81 0.59
Hex 5E 41 EB 3C 48 0 8 FA 51 3B
Octal 136 101 353 74 110 0 10 372 121 73
Binary 1011110 1000001 11101011 111100 1001000 0 1000 11111010 1010001 111011

Color Harmonies of #5E41EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E41EB

Black with #5E41EB

Text Example


Text Example

White with #5E41EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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