#5B4DEC

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

Shades of Neon Blue #5B4DEC

Tints of Neon Blue #5B4DEC

Color information

#5B4DEC (or 0x5B4DEC) is unknown color: approx Neon Blue. HEX triplet: 5B, 4D and EC. RGB value is (91,77,236). Sum of RGB (Red+Green+Blue) = 91+77+236=404 (53% of max value = 765). Red value is 91 (35.94% from 255 or 22.52% from 404); Green value is 77 (30.47% from 255 or 19.06% from 404); Blue value is 236 (92.58% from 255 or 58.42% from 404); Max value from RGB is 236 - color contains mainly: blue. Hex color #5B4DEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5B4DEC is #A4B213. Grayscale: #626262. Windows color (decimal): -10793492 or 15486299. OLE color: 15486299.

HSL color Cylindrical-coordinate representation of color #5B4DEC: hue angle of 245.28º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5B4DEC is Cyan = 0.61, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB9177236-
CMYK0.610.6700.07
HSL245.28º80.71%61.37%-
HSV(B)245.28º67.37%92.55%-
XYZ22.1113.5980.81-
YUV99.31205.14122.07-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 22.52%
GREEN value IS 77 (30.47% from 255) = 19.06%
BLUE value IS 236 (92.58% from 255) = 58.42%
R=22.52%
G=19.06%
B=58.42%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal91772360.610.6700.07245.2880.7161.37
Hex5B4DEC3D4307f5513d
Octal133115354751030736512175
Binary101101110011011110110011110110000110111111101011010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B4DEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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