Html Css Color HEX #594DEE Neon Blue

📋 copy color: '#594DEE'

red 89 ◦ green 77 ◦ blue 238

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

Shades of Neon Blue #594DEE

Tints of Neon Blue #594DEE

RGB

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

 GREEN value IS 77 (30.47% from 255) = 19.06%

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

R = 22.03%
G = 19.06%
B = 58.91%

CMYK

 C value IS 0.63

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#594DEE (or 0x594DEE) is known color: Neon Blue. HEX triplet: 59, 4D and EE. RGB value is (89,77,238). Sum of RGB (Red+Green+Blue) = 89+77+238=404 (53% of max value = 765). Red value is 89 (35.16% from 255 or 22.03% from 404); Green value is 77 (30.47% from 255 or 19.06% from 404); Blue value is 238 (93.36% from 255 or 58.91% from 404); Max value from RGB is 238 - color contains mainly: blue. Hex color #594DEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #594DEE is #A6B211. Grayscale: #626262. Windows color (decimal): -10924562 or 15617369. OLE color: 15617369.

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

Color convert

RGB 89 77 238 -
CMYK 0.63 0.68 0 0.07
HSL 244.47º 0.83% 0.62% -
HSV(B) 244.47º 0.68% 0.93% -
XYZ 22.21 13.6 82.34 -
YUV 98.94 206.48 120.91 -
System Red Green Blue C M Y K H S L
Decimal 89 77 238 0.63 0.68 0 0.07 244.47 0.83 0.62
Hex 59 4D EE 3F 44 0 7 F4 53 3E
Octal 131 115 356 77 104 0 7 364 123 76
Binary 1011001 1001101 11101110 111111 1000100 0 111 11110100 1010011 111110

Color Harmonies of #594DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594DEE

Black with #594DEE

Text Example


Text Example

White with #594DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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