#5B5AEF

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

Shades of Neon Blue #5B5AEF

Tints of Neon Blue #5B5AEF

Color information

#5B5AEF (or 0x5B5AEF) is unknown color: approx Neon Blue. HEX triplet: 5B, 5A and EF. RGB value is (91,90,239). Sum of RGB (Red+Green+Blue) = 91+90+239=420 (55% of max value = 765). Red value is 91 (35.94% from 255 or 21.67% from 420); Green value is 90 (35.55% from 255 or 21.43% from 420); Blue value is 239 (93.75% from 255 or 56.90% from 420); Max value from RGB is 239 - color contains mainly: blue. Hex color #5B5AEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5B5AEF is #A4A510. Grayscale: #6A6A6A. Windows color (decimal): -10790161 or 15686235. OLE color: 15686235.

HSL color Cylindrical-coordinate representation of color #5B5AEF: hue angle of 240.4º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5B5AEF is Cyan = 0.62, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB9190239-
CMYK0.620.6200.06
HSL240.4º82.32%64.51%-
HSV(B)240.4º62.34%93.73%-
XYZ23.5515.7783.46-
YUV107.28202.33116.38-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 21.67%
GREEN value IS 90 (35.55% from 255) = 21.43%
BLUE value IS 239 (93.75% from 255) = 56.90%
R=21.67%
G=21.43%
B=56.90%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal91902390.620.6200.06240.482.3264.51
Hex5B5AEF3E3E06f05241
Octal133132357767606360122101
Binary101101110110101110111111111011111001101111000010100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B5AEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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