Html Css Color HEX #594EE4 Neon Blue

📋 copy color: '#594EE4'

red 89 ◦ green 78 ◦ blue 228

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

Shades of Neon Blue #594EE4

Tints of Neon Blue #594EE4

RGB

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

 GREEN value IS 78 (30.86% from 255) = 19.75%

 BLUE value IS 228 (89.45% from 255) = 57.72%

R = 22.53%
G = 19.75%
B = 57.72%

CMYK

 C value IS 0.61

 M value IS 0.66

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#594EE4 (or 0x594EE4) is known color: Neon Blue. HEX triplet: 59, 4E and E4. RGB value is (89,78,228). Sum of RGB (Red+Green+Blue) = 89+78+228=395 (52% of max value = 765). Red value is 89 (35.16% from 255 or 22.53% from 395); Green value is 78 (30.86% from 255 or 19.75% from 395); Blue value is 228 (89.45% from 255 or 57.72% from 395); Max value from RGB is 228 - color contains mainly: blue. Hex color #594EE4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #594EE4 is #A6B11B. Grayscale: #616161. Windows color (decimal): -10924316 or 14962265. OLE color: 14962265.

HSL color Cylindrical-coordinate representation of color #594EE4: hue angle of 244.4º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #594EE4 is Cyan = 0.61, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 89 78 228 -
CMYK 0.61 0.66 0 0.11
HSL 244.4º 0.74% 0.6% -
HSV(B) 244.4º 0.66% 0.89% -
XYZ 20.85 13.17 74.84 -
YUV 98.39 201.14 121.3 -
System Red Green Blue C M Y K H S L
Decimal 89 78 228 0.61 0.66 0 0.11 244.4 0.74 0.6
Hex 59 4E E4 3D 42 0 B F4 4A 3C
Octal 131 116 344 75 102 0 13 364 112 74
Binary 1011001 1001110 11100100 111101 1000010 0 1011 11110100 1001010 111100

Color Harmonies of #594EE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594EE4

Black with #594EE4

Text Example


Text Example

White with #594EE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,78,228); }

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

background-color css

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

 a { background-color: rgb(89,78,228); }

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

border-color css

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

 span { border-color: rgb(89,78,228); }

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