Html Css Color HEX #5B3BEA Neon Blue

📋 copy color: '#5B3BEA'

red 91 ◦ green 59 ◦ blue 234

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

Shades of Neon Blue #5B3BEA

Tints of Neon Blue #5B3BEA

RGB

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

 GREEN value IS 59 (23.44% from 255) = 15.36%

 BLUE value IS 234 (91.8% from 255) = 60.94%

R = 23.7%
G = 15.36%
B = 60.94%

CMYK

 C value IS 0.61

 M value IS 0.75

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5B3BEA (or 0x5B3BEA) is known color: Neon Blue. HEX triplet: 5B, 3B and EA. RGB value is (91,59,234). Sum of RGB (Red+Green+Blue) = 91+59+234=384 (50% of max value = 765). Red value is 91 (35.94% from 255 or 23.70% from 384); Green value is 59 (23.44% from 255 or 15.36% from 384); Blue value is 234 (91.80% from 255 or 60.94% from 384); Max value from RGB is 234 - color contains mainly: blue. Hex color #5B3BEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5B3BEA is #A4C415. Grayscale: #575757. Windows color (decimal): -10798102 or 15350619. OLE color: 15350619.

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

Color convert

RGB 91 59 234 -
CMYK 0.61 0.75 0 0.08
HSL 250.97º 0.81% 0.57% -
HSV(B) 250.97º 0.75% 0.92% -
XYZ 20.73 11.29 78.93 -
YUV 88.52 210.1 129.77 -
System Red Green Blue C M Y K H S L
Decimal 91 59 234 0.61 0.75 0 0.08 250.97 0.81 0.57
Hex 5B 3B EA 3D 4B 0 8 FB 51 39
Octal 133 73 352 75 113 0 10 373 121 71
Binary 1011011 111011 11101010 111101 1001011 0 1000 11111011 1010001 111001

Color Harmonies of #5B3BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B3BEA

Black with #5B3BEA

Text Example


Text Example

White with #5B3BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,59,234); }

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

background-color css

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

 a { background-color: rgb(91,59,234); }

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

border-color css

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

 span { border-color: rgb(91,59,234); }

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