Html Css Color HEX #594AEE Neon Blue

📋 copy color: '#594AEE'

red 89 ◦ green 74 ◦ blue 238

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

Shades of Neon Blue #594AEE

Tints of Neon Blue #594AEE

RGB

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

 GREEN value IS 74 (29.3% from 255) = 18.45%

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

R = 22.19%
G = 18.45%
B = 59.35%

CMYK

 C value IS 0.63

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#594AEE (or 0x594AEE) is known color: Neon Blue. HEX triplet: 59, 4A and EE. RGB value is (89,74,238). Sum of RGB (Red+Green+Blue) = 89+74+238=401 (53% of max value = 765). Red value is 89 (35.16% from 255 or 22.19% from 401); Green value is 74 (29.30% from 255 or 18.45% from 401); Blue value is 238 (93.36% from 255 or 59.35% from 401); Max value from RGB is 238 - color contains mainly: blue. Hex color #594AEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #594AEE is #A6B511. Grayscale: #606060. Windows color (decimal): -10925330 or 15616601. OLE color: 15616601.

HSL color Cylindrical-coordinate representation of color #594AEE: hue angle of 245.49º degrees, saturation: 0.83, 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 #594AEE is Cyan = 0.63, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 89 74 238 -
CMYK 0.63 0.69 0 0.07
HSL 245.49º 0.83% 0.61% -
HSV(B) 245.49º 0.69% 0.93% -
XYZ 22 13.19 82.28 -
YUV 97.18 207.47 122.16 -
System Red Green Blue C M Y K H S L
Decimal 89 74 238 0.63 0.69 0 0.07 245.49 0.83 0.61
Hex 59 4A EE 3F 45 0 7 F5 53 3D
Octal 131 112 356 77 105 0 7 365 123 75
Binary 1011001 1001010 11101110 111111 1000101 0 111 11110101 1010011 111101

Color Harmonies of #594AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594AEE

Black with #594AEE

Text Example


Text Example

White with #594AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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