#5A5BEF

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

Shades of Neon Blue #5A5BEF

Tints of Neon Blue #5A5BEF

Color information

#5A5BEF (or 0x5A5BEF) is unknown color: approx Neon Blue. HEX triplet: 5A, 5B and EF. RGB value is (90,91,239). Sum of RGB (Red+Green+Blue) = 90+91+239=420 (55% of max value = 765). Red value is 90 (35.55% from 255 or 21.43% from 420); Green value is 91 (35.94% from 255 or 21.67% 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 #5A5BEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5A5BEF is #A5A410. Grayscale: #6A6A6A. Windows color (decimal): -10855441 or 15686490. OLE color: 15686490.

HSL color Cylindrical-coordinate representation of color #5A5BEF: hue angle of 239.6º 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 #5A5BEF is Cyan = 0.62, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB9091239-
CMYK0.620.6200.06
HSL239.6º82.32%64.51%-
HSV(B)239.6º62.34%93.73%-
XYZ23.5415.8983.49-
YUV107.57202.17115.47-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 21.43%
GREEN value IS 91 (35.94% from 255) = 21.67%
BLUE value IS 239 (93.75% from 255) = 56.90%
R=21.43%
G=21.67%
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
Decimal90912390.620.6200.06239.682.3264.51
Hex5A5BEF3E3E06f05241
Octal132133357767606360122101
Binary101101010110111110111111111011111001101111000010100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A5BEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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