#5b64ed

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

Shades of Neon Blue #5B64ED

Tints of Neon Blue #5B64ED

Color information

#5B64ED (or 0x5B64ED) is unknown color: approx Neon Blue. HEX triplet: 5B, 64 and ED. RGB value is (91,100,237). Sum of RGB (Red+Green+Blue) = 91+100+237=428 (56% of max value = 765). Red value is 91 (35.94% from 255 or 21.26% from 428); Green value is 100 (39.45% from 255 or 23.36% from 428); Blue value is 237 (92.97% from 255 or 55.37% from 428); Max value from RGB is 237 - color contains mainly: blue. Hex color #5B64ED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5B64ED is #A49B12. Grayscale: #707070. Windows color (decimal): -10787603 or 15557723. OLE color: 15557723.

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

Color convert

RGB91100237-
CMYK0.620.5800.07
HSL236.3º80.22%64.31%-
HSV(B)236.3º61.6%92.94%-
XYZ24.1617.4582.22-
YUV112.93198.02112.36-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 21.26%
GREEN value IS 100 (39.45% from 255) = 23.36%
BLUE value IS 237 (92.97% from 255) = 55.37%
R=21.26%
G=23.36%
B=55.37%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal911002370.620.5800.07236.380.2264.31
Hex5B64ED3E3A07ec5040
Octal133144355767207354120100
Binary101101111001001110110111111011101001111110110010100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5b64ed

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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