Html Css Color HEX #595AE8 Neon Blue

📋 copy color: '#595AE8'

red 89 ◦ green 90 ◦ blue 232

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

Shades of Neon Blue #595AE8

Tints of Neon Blue #595AE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 56.45%

R = 21.65%
G = 21.9%
B = 56.45%

CMYK

 C value IS 0.62

 M value IS 0.61

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#595AE8 (or 0x595AE8) is known color: Neon Blue. HEX triplet: 59, 5A and E8. RGB value is (89,90,232). Sum of RGB (Red+Green+Blue) = 89+90+232=411 (54% of max value = 765). Red value is 89 (35.16% from 255 or 21.65% from 411); Green value is 90 (35.55% from 255 or 21.90% from 411); Blue value is 232 (91.02% from 255 or 56.45% from 411); Max value from RGB is 232 - color contains mainly: blue. Hex color #595AE8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #595AE8 is #A6A517. Grayscale: #696969. Windows color (decimal): -10921240 or 15227481. OLE color: 15227481.

HSL color Cylindrical-coordinate representation of color #595AE8: hue angle of 239.58º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #595AE8 is Cyan = 0.62, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 89 90 232 -
CMYK 0.62 0.61 0 0.09
HSL 239.58º 0.76% 0.63% -
HSV(B) 239.58º 0.62% 0.91% -
XYZ 22.34 15.26 78.11 -
YUV 105.89 199.17 115.95 -
System Red Green Blue C M Y K H S L
Decimal 89 90 232 0.62 0.61 0 0.09 239.58 0.76 0.63
Hex 59 5A E8 3E 3D 0 9 F0 4C 3F
Octal 131 132 350 76 75 0 11 360 114 77
Binary 1011001 1011010 11101000 111110 111101 0 1001 11110000 1001100 111111

Color Harmonies of #595AE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595AE8

Black with #595AE8

Text Example


Text Example

White with #595AE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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