Html Css Color HEX #594EEF Neon Blue

📋 copy color: '#594EEF'

red 89 ◦ green 78 ◦ blue 239

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

Shades of Neon Blue #594EEF

Tints of Neon Blue #594EEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 58.87%

R = 21.92%
G = 19.21%
B = 58.87%

CMYK

 C value IS 0.63

 M value IS 0.67

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#594EEF (or 0x594EEF) is known color: Neon Blue. HEX triplet: 59, 4E and EF. RGB value is (89,78,239). Sum of RGB (Red+Green+Blue) = 89+78+239=406 (53% of max value = 765). Red value is 89 (35.16% from 255 or 21.92% from 406); Green value is 78 (30.86% from 255 or 19.21% from 406); Blue value is 239 (93.75% from 255 or 58.87% from 406); Max value from RGB is 239 - color contains mainly: blue. Hex color #594EEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #594EEF is #A6B110. Grayscale: #636363. Windows color (decimal): -10924305 or 15683161. OLE color: 15683161.

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

Color convert

RGB 89 78 239 -
CMYK 0.63 0.67 0 0.06
HSL 244.1º 0.83% 0.62% -
HSV(B) 244.1º 0.67% 0.94% -
XYZ 22.42 13.8 83.14 -
YUV 99.64 206.64 120.41 -
System Red Green Blue C M Y K H S L
Decimal 89 78 239 0.63 0.67 0 0.06 244.1 0.83 0.62
Hex 59 4E EF 3F 43 0 6 F4 53 3E
Octal 131 116 357 77 103 0 6 364 123 76
Binary 1011001 1001110 11101111 111111 1000011 0 110 11110100 1010011 111110

Color Harmonies of #594EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594EEF

Black with #594EEF

Text Example


Text Example

White with #594EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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