Html Css Color HEX #595AE5 Neon Blue

📋 copy color: '#595AE5'

red 89 ◦ green 90 ◦ blue 229

#595AE5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Neon Blue #595AE5

Tints of Neon Blue #595AE5

RGB

 RED value IS 89 (35.16% from 255) = 21.81%

 GREEN value IS 90 (35.55% from 255) = 22.06%

 BLUE value IS 229 (89.84% from 255) = 56.13%

R = 21.81%
G = 22.06%
B = 56.13%

CMYK

 C value IS 0.61

 M value IS 0.61

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#595AE5 (or 0x595AE5) is known color: Neon Blue. HEX triplet: 59, 5A and E5. RGB value is (89,90,229). Sum of RGB (Red+Green+Blue) = 89+90+229=408 (54% of max value = 765). Red value is 89 (35.16% from 255 or 21.81% from 408); Green value is 90 (35.55% from 255 or 22.06% from 408); Blue value is 229 (89.84% from 255 or 56.13% from 408); Max value from RGB is 229 - color contains mainly: blue. Hex color #595AE5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #595AE5 is #A6A51A. Grayscale: #686868. Windows color (decimal): -10921243 or 15030873. OLE color: 15030873.

HSL color Cylindrical-coordinate representation of color #595AE5: hue angle of 239.57º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #595AE5 is Cyan = 0.61, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 89 90 229 -
CMYK 0.61 0.61 0 0.10
HSL 239.57º 0.73% 0.62% -
HSV(B) 239.57º 0.61% 0.9% -
XYZ 21.92 15.09 75.89 -
YUV 105.55 197.67 116.2 -
System Red Green Blue C M Y K H S L
Decimal 89 90 229 0.61 0.61 0 0.10 239.57 0.73 0.62
Hex 59 5A E5 3D 3D 0 A F0 49 3E
Octal 131 132 345 75 75 0 12 360 111 76
Binary 1011001 1011010 11100101 111101 111101 0 1010 11110000 1001001 111110

Color Harmonies of #595AE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595AE5

Black with #595AE5

Text Example


Text Example

White with #595AE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #595AE5;
 }
 .AnyTagClassName
 {
   color: #595AE5;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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