#594AED

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

Shades of Neon Blue #594AED

Tints of Neon Blue #594AED

Color information

#594AED (or 0x594AED) is unknown color: approx Neon Blue. HEX triplet: 59, 4A and ED. RGB value is (89,74,237). Sum of RGB (Red+Green+Blue) = 89+74+237=400 (52% of max value = 765). Red value is 89 (35.16% from 255 or 22.25% from 400); Green value is 74 (29.30% from 255 or 18.5% from 400); Blue value is 237 (92.97% from 255 or 59.25% from 400); Max value from RGB is 237 - color contains mainly: blue. Hex color #594AED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #594AED is #A6B512. Grayscale: #606060. Windows color (decimal): -10925331 or 15551065. OLE color: 15551065.

HSL color Cylindrical-coordinate representation of color #594AED: hue angle of 245.52º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #594AED is Cyan = 0.62, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB8974237-
CMYK0.620.6900.07
HSL245.52º81.91%60.98%-
HSV(B)245.52º68.78%92.94%-
XYZ21.8513.1481.5-
YUV97.07206.97122.25-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 22.25%
GREEN value IS 74 (29.30% from 255) = 18.5%
BLUE value IS 237 (92.97% from 255) = 59.25%
R=22.25%
G=18.5%
B=59.25%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal89742370.620.6900.07245.5281.9160.98
Hex594AED3E4507f6523d
Octal131112355761050736612275
Binary101100110010101110110111111010001010111111101101010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594AED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #594AED; }

 p { color: rgb(89,74,237); }

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

<style>
 a { background-color: #594AED; }

 a { background-color: rgb(89,74,237); }

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

<style>
 span { border-color: #594AED; }

 span { border-color: rgb(89,74,237); }

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