Html Css Color HEX #595AEE Neon Blue

📋 copy color: '#595AEE'

red 89 ◦ green 90 ◦ blue 238

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

Shades of Neon Blue #595AEE

Tints of Neon Blue #595AEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 57.07%

R = 21.34%
G = 21.58%
B = 57.07%

CMYK

 C value IS 0.63

 M value IS 0.62

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#595AEE (or 0x595AEE) is known color: Neon Blue. HEX triplet: 59, 5A and EE. RGB value is (89,90,238). Sum of RGB (Red+Green+Blue) = 89+90+238=417 (55% of max value = 765). Red value is 89 (35.16% from 255 or 21.34% from 417); Green value is 90 (35.55% from 255 or 21.58% from 417); Blue value is 238 (93.36% from 255 or 57.07% from 417); Max value from RGB is 238 - color contains mainly: blue. Hex color #595AEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #595AEE is #A6A511. Grayscale: #696969. Windows color (decimal): -10921234 or 15620697. OLE color: 15620697.

HSL color Cylindrical-coordinate representation of color #595AEE: hue angle of 239.6º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #595AEE is Cyan = 0.63, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 89 90 238 -
CMYK 0.63 0.62 0 0.07
HSL 239.6º 0.81% 0.64% -
HSV(B) 239.6º 0.63% 0.93% -
XYZ 23.21 15.61 82.68 -
YUV 106.57 202.17 115.47 -
System Red Green Blue C M Y K H S L
Decimal 89 90 238 0.63 0.62 0 0.07 239.6 0.81 0.64
Hex 59 5A EE 3F 3E 0 7 F0 51 40
Octal 131 132 356 77 76 0 7 360 121 100
Binary 1011001 1011010 11101110 111111 111110 0 111 11110000 1010001 1000000

Color Harmonies of #595AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595AEE

Black with #595AEE

Text Example


Text Example

White with #595AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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