#5B5AED

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

Shades of Neon Blue #5B5AED

Tints of Neon Blue #5B5AED

Color information

#5B5AED (or 0x5B5AED) is unknown color: approx Neon Blue. HEX triplet: 5B, 5A and ED. RGB value is (91,90,237). Sum of RGB (Red+Green+Blue) = 91+90+237=418 (55% of max value = 765). Red value is 91 (35.94% from 255 or 21.77% from 418); Green value is 90 (35.55% from 255 or 21.53% from 418); Blue value is 237 (92.97% from 255 or 56.70% from 418); Max value from RGB is 237 - color contains mainly: blue. Hex color #5B5AED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5B5AED is #A4A512. Grayscale: #6A6A6A. Windows color (decimal): -10790163 or 15555163. OLE color: 15555163.

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

Color convert

RGB9190237-
CMYK0.620.6200.07
HSL240.41º80.33%64.12%-
HSV(B)240.41º62.03%92.94%-
XYZ23.2615.6581.92-
YUV107.06201.33116.55-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 21.77%
GREEN value IS 90 (35.55% from 255) = 21.53%
BLUE value IS 237 (92.97% from 255) = 56.70%
R=21.77%
G=21.53%
B=56.70%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal91902370.620.6200.07240.4180.3364.12
Hex5B5AED3E3E07f05040
Octal133132355767607360120100
Binary101101110110101110110111111011111001111111000010100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B5AED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,90,237); }

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

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

 a { background-color: rgb(91,90,237); }

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

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

 span { border-color: rgb(91,90,237); }

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