Html Css Color HEX #5B40EB Neon Blue

📋 copy color: '#5B40EB'

red 91 ◦ green 64 ◦ blue 235

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

Shades of Neon Blue #5B40EB

Tints of Neon Blue #5B40EB

RGB

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

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

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

R = 23.33%
G = 16.41%
B = 60.26%

CMYK

 C value IS 0.61

 M value IS 0.73

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5B40EB (or 0x5B40EB) is known color: Neon Blue. HEX triplet: 5B, 40 and EB. RGB value is (91,64,235). Sum of RGB (Red+Green+Blue) = 91+64+235=390 (51% of max value = 765). Red value is 91 (35.94% from 255 or 23.33% from 390); Green value is 64 (25.39% from 255 or 16.41% from 390); Blue value is 235 (92.19% from 255 or 60.26% from 390); Max value from RGB is 235 - color contains mainly: blue. Hex color #5B40EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5B40EB is #A4BF14. Grayscale: #5A5A5A. Windows color (decimal): -10796821 or 15417435. OLE color: 15417435.

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

Color convert

RGB 91 64 235 -
CMYK 0.61 0.73 0 0.08
HSL 249.47º 0.81% 0.59% -
HSV(B) 249.47º 0.73% 0.92% -
XYZ 21.14 11.89 79.78 -
YUV 91.57 208.95 127.6 -
System Red Green Blue C M Y K H S L
Decimal 91 64 235 0.61 0.73 0 0.08 249.47 0.81 0.59
Hex 5B 40 EB 3D 49 0 8 F9 51 3B
Octal 133 100 353 75 111 0 10 371 121 73
Binary 1011011 1000000 11101011 111101 1001001 0 1000 11111001 1010001 111011

Color Harmonies of #5B40EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B40EB

Black with #5B40EB

Text Example


Text Example

White with #5B40EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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