#5A4DF4

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

Shades of Neon Blue #5A4DF4

Tints of Neon Blue #5A4DF4

Color information

#5A4DF4 (or 0x5A4DF4) is unknown color: approx Neon Blue. HEX triplet: 5A, 4D and F4. RGB value is (90,77,244). Sum of RGB (Red+Green+Blue) = 90+77+244=411 (54% of max value = 765). Red value is 90 (35.55% from 255 or 21.90% from 411); Green value is 77 (30.47% from 255 or 18.73% from 411); Blue value is 244 (95.70% from 255 or 59.37% from 411); Max value from RGB is 244 - color contains mainly: blue. Hex color #5A4DF4 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5A4DF4 is #A5B20B. Grayscale: #636363. Windows color (decimal): -10859020 or 16010586. OLE color: 16010586.

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

Color convert

RGB9077244-
CMYK0.630.6800.04
HSL244.67º88.36%62.94%-
HSV(B)244.67º68.44%95.69%-
XYZ23.214.0187.07-
YUV99.92209.31120.92-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 21.90%
GREEN value IS 77 (30.47% from 255) = 18.73%
BLUE value IS 244 (95.70% from 255) = 59.37%
R=21.90%
G=18.73%
B=59.37%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal90772440.630.6800.04244.6788.3662.94
Hex5A4DF43F4404f5583f
Octal132115364771040436513077
Binary101101010011011111010011111110001000100111101011011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A4DF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,77,244); }

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

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

 a { background-color: rgb(90,77,244); }

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

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

 span { border-color: rgb(90,77,244); }

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