Html Css Color HEX #594DEC Neon Blue

📋 copy color: '#594DEC'

red 89 ◦ green 77 ◦ blue 236

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

Shades of Neon Blue #594DEC

Tints of Neon Blue #594DEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 58.71%

R = 22.14%
G = 19.15%
B = 58.71%

CMYK

 C value IS 0.62

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#594DEC (or 0x594DEC) is known color: Neon Blue. HEX triplet: 59, 4D and EC. RGB value is (89,77,236). Sum of RGB (Red+Green+Blue) = 89+77+236=402 (53% of max value = 765). Red value is 89 (35.16% from 255 or 22.14% from 402); Green value is 77 (30.47% from 255 or 19.15% from 402); Blue value is 236 (92.58% from 255 or 58.71% from 402); Max value from RGB is 236 - color contains mainly: blue. Hex color #594DEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #594DEC is #A6B213. Grayscale: #626262. Windows color (decimal): -10924564 or 15486297. OLE color: 15486297.

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

Color convert

RGB 89 77 236 -
CMYK 0.62 0.67 0 0.07
HSL 244.53º 0.81% 0.61% -
HSV(B) 244.53º 0.67% 0.93% -
XYZ 21.91 13.49 80.81 -
YUV 98.71 205.48 121.07 -
System Red Green Blue C M Y K H S L
Decimal 89 77 236 0.62 0.67 0 0.07 244.53 0.81 0.61
Hex 59 4D EC 3E 43 0 7 F5 51 3D
Octal 131 115 354 76 103 0 7 365 121 75
Binary 1011001 1001101 11101100 111110 1000011 0 111 11110101 1010001 111101

Color Harmonies of #594DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594DEC

Black with #594DEC

Text Example


Text Example

White with #594DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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