#5A64F5

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

Shades of Neon Blue #5A64F5

Tints of Neon Blue #5A64F5

Color information

#5A64F5 (or 0x5A64F5) is unknown color: approx Neon Blue. HEX triplet: 5A, 64 and F5. RGB value is (90,100,245). Sum of RGB (Red+Green+Blue) = 90+100+245=435 (57% of max value = 765). Red value is 90 (35.55% from 255 or 20.69% from 435); Green value is 100 (39.45% from 255 or 22.99% from 435); Blue value is 245 (96.09% from 255 or 56.32% from 435); Max value from RGB is 245 - color contains mainly: blue. Hex color #5A64F5 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5A64F5 is #A59B0A. Grayscale: #707070. Windows color (decimal): -10853131 or 16082010. OLE color: 16082010.

HSL color Cylindrical-coordinate representation of color #5A64F5: hue angle of 236.13º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5A64F5 is Cyan = 0.63, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB90100245-
CMYK0.630.5900.04
HSL236.13º88.57%65.69%-
HSV(B)236.13º63.27%96.08%-
XYZ25.2617.8888.51-
YUV113.54202.19111.21-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 20.69%
GREEN value IS 100 (39.45% from 255) = 22.99%
BLUE value IS 245 (96.09% from 255) = 56.32%
R=20.69%
G=22.99%
B=56.32%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal901002450.630.5900.04236.1388.5765.69
Hex5A64F53F3B04ec5942
Octal132144365777304354131102
Binary101101011001001111010111111111101101001110110010110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A64F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,100,245); }

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

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

 a { background-color: rgb(90,100,245); }

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

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

 span { border-color: rgb(90,100,245); }

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