#5A4FEB

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

Shades of Neon Blue #5A4FEB

Tints of Neon Blue #5A4FEB

Color information

#5A4FEB (or 0x5A4FEB) is unknown color: approx Neon Blue. HEX triplet: 5A, 4F and EB. RGB value is (90,79,235). Sum of RGB (Red+Green+Blue) = 90+79+235=404 (53% of max value = 765). Red value is 90 (35.55% from 255 or 22.28% from 404); Green value is 79 (31.25% from 255 or 19.55% from 404); Blue value is 235 (92.19% from 255 or 58.17% from 404); Max value from RGB is 235 - color contains mainly: blue. Hex color #5A4FEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5A4FEB is #A5B014. Grayscale: #636363. Windows color (decimal): -10858517 or 15421274. OLE color: 15421274.

HSL color Cylindrical-coordinate representation of color #5A4FEB: hue angle of 244.23º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5A4FEB is Cyan = 0.62, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB9079235-
CMYK0.620.6600.08
HSL244.23º79.59%61.57%-
HSV(B)244.23º66.38%92.16%-
XYZ22.0113.7680.09-
YUV100.07204.14120.82-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 22.28%
GREEN value IS 79 (31.25% from 255) = 19.55%
BLUE value IS 235 (92.19% from 255) = 58.17%
R=22.28%
G=19.55%
B=58.17%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal90792350.620.6600.08244.2379.5961.57
Hex5A4FEB3E4208f4503e
Octal1321173537610201036412076
Binary1011010100111111101011111110100001001000111101001010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A4FEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,79,235); }

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

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

 a { background-color: rgb(90,79,235); }

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

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

 span { border-color: rgb(90,79,235); }

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