#595AED

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

Shades of Neon Blue #595AED

Tints of Neon Blue #595AED

Color information

#595AED (or 0x595AED) is unknown color: approx Neon Blue. HEX triplet: 59, 5A and ED. RGB value is (89,90,237). Sum of RGB (Red+Green+Blue) = 89+90+237=416 (55% of max value = 765). Red value is 89 (35.16% from 255 or 21.39% from 416); Green value is 90 (35.55% from 255 or 21.63% from 416); Blue value is 237 (92.97% from 255 or 56.97% from 416); Max value from RGB is 237 - color contains mainly: blue. Hex color #595AED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #595AED is #A6A512. Grayscale: #696969. Windows color (decimal): -10921235 or 15555161. OLE color: 15555161.

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

Color convert

RGB8990237-
CMYK0.620.6200.07
HSL239.59º80.43%63.92%-
HSV(B)239.59º62.45%92.94%-
XYZ23.0615.5581.91-
YUV106.46201.67115.55-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 21.39%
GREEN value IS 90 (35.55% from 255) = 21.63%
BLUE value IS 237 (92.97% from 255) = 56.97%
R=21.39%
G=21.63%
B=56.97%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal89902370.620.6200.07239.5980.4363.92
Hex595AED3E3E07f05040
Octal131132355767607360120100
Binary101100110110101110110111111011111001111111000010100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595AED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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