Html Css Color HEX #5B40EE Neon Blue

📋 copy color: '#5B40EE'

red 91 ◦ green 64 ◦ blue 238

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

Shades of Neon Blue #5B40EE

Tints of Neon Blue #5B40EE

RGB

 RED value IS 91 (35.94% from 255) = 23.16%

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

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

R = 23.16%
G = 16.28%
B = 60.56%

CMYK

 C value IS 0.62

 M value IS 0.73

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5B40EE (or 0x5B40EE) is known color: Neon Blue. HEX triplet: 5B, 40 and EE. RGB value is (91,64,238). Sum of RGB (Red+Green+Blue) = 91+64+238=393 (52% of max value = 765). Red value is 91 (35.94% from 255 or 23.16% from 393); Green value is 64 (25.39% from 255 or 16.28% from 393); Blue value is 238 (93.36% from 255 or 60.56% from 393); Max value from RGB is 238 - color contains mainly: blue. Hex color #5B40EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5B40EE is #A4BF11. Grayscale: #5B5B5B. Windows color (decimal): -10796818 or 15614043. OLE color: 15614043.

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

Color convert

RGB 91 64 238 -
CMYK 0.62 0.73 0 0.07
HSL 249.31º 0.84% 0.59% -
HSV(B) 249.31º 0.73% 0.93% -
XYZ 21.58 12.06 82.08 -
YUV 91.91 210.45 127.35 -
System Red Green Blue C M Y K H S L
Decimal 91 64 238 0.62 0.73 0 0.07 249.31 0.84 0.59
Hex 5B 40 EE 3E 49 0 7 F9 54 3B
Octal 133 100 356 76 111 0 7 371 124 73
Binary 1011011 1000000 11101110 111110 1001001 0 111 11111001 1010100 111011

Color Harmonies of #5B40EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B40EE

Black with #5B40EE

Text Example


Text Example

White with #5B40EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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