#5B3AE5

Color #5B3AE5 Neon Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Blue #5B3AE5

Tints of Neon Blue #5B3AE5

Color information

#5B3AE5 (or 0x5B3AE5) is unknown color: approx Neon Blue. HEX triplet: 5B, 3A and E5. RGB value is (91,58,229). Sum of RGB (Red+Green+Blue) = 91+58+229=378 (50% of max value = 765). Red value is 91 (35.94% from 255 or 24.07% from 378); Green value is 58 (23.05% from 255 or 15.34% from 378); Blue value is 229 (89.84% from 255 or 60.58% from 378); Max value from RGB is 229 - color contains mainly: blue. Hex color #5B3AE5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B3AE5 is #A4C51A. Grayscale: #565656. Windows color (decimal): -10798363 or 15022683. OLE color: 15022683.

HSL color Cylindrical-coordinate representation of color #5B3AE5: hue angle of 251.58º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5B3AE5 is Cyan = 0.60, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB9158229-
CMYK0.600.7500.10
HSL251.58º76.68%56.27%-
HSV(B)251.58º74.67%89.8%-
XYZ19.9710.9175.18-
YUV87.36207.93130.6-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 24.07%
GREEN value IS 58 (23.05% from 255) = 15.34%
BLUE value IS 229 (89.84% from 255) = 60.58%
R=24.07%
G=15.34%
B=60.58%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal91582290.600.7500.10251.5876.6856.27
Hex5B3AE53C4B0Afc4d38
Octal133723457411301237411570
Binary101101111101011100101111100100101101010111111001001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B3AE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,58,229); }

 H1.HeaderClassName
 {
   color: #5B3AE5;
 }
 .AnyTagClassName
 {
   color: #5B3AE5;
 }
</style>
background-color css

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

 a { background-color: rgb(91,58,229); }

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

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

 span { border-color: rgb(91,58,229); }

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