#5B4DE5

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

Shades of Neon Blue #5B4DE5

Tints of Neon Blue #5B4DE5

Color information

#5B4DE5 (or 0x5B4DE5) is unknown color: approx Neon Blue. HEX triplet: 5B, 4D and E5. RGB value is (91,77,229). Sum of RGB (Red+Green+Blue) = 91+77+229=397 (52% of max value = 765). Red value is 91 (35.94% from 255 or 22.92% from 397); Green value is 77 (30.47% from 255 or 19.40% from 397); Blue value is 229 (89.84% from 255 or 57.68% from 397); Max value from RGB is 229 - color contains mainly: blue. Hex color #5B4DE5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B4DE5 is #A4B21A. Grayscale: #616161. Windows color (decimal): -10793499 or 15027547. OLE color: 15027547.

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

Color convert

RGB9177229-
CMYK0.600.6600.10
HSL245.53º74.51%60%-
HSV(B)245.53º66.38%89.8%-
XYZ21.1113.1975.56-
YUV98.51201.64122.64-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 22.92%
GREEN value IS 77 (30.47% from 255) = 19.40%
BLUE value IS 229 (89.84% from 255) = 57.68%
R=22.92%
G=19.40%
B=57.68%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal91772290.600.6600.10245.5374.5160
Hex5B4DE53C420Af64b3c
Octal1331153457410201236611374
Binary1011011100110111100101111100100001001010111101101001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B4DE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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