Html Css Color HEX #594FEF Neon Blue

📋 copy color: '#594FEF'

red 89 ◦ green 79 ◦ blue 239

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

Shades of Neon Blue #594FEF

Tints of Neon Blue #594FEF

RGB

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

 GREEN value IS 79 (31.25% from 255) = 19.41%

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

R = 21.87%
G = 19.41%
B = 58.72%

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

#594FEF (or 0x594FEF) is known color: Neon Blue. HEX triplet: 59, 4F and EF. RGB value is (89,79,239). Sum of RGB (Red+Green+Blue) = 89+79+239=407 (53% of max value = 765). Red value is 89 (35.16% from 255 or 21.87% from 407); Green value is 79 (31.25% from 255 or 19.41% from 407); Blue value is 239 (93.75% from 255 or 58.72% from 407); Max value from RGB is 239 - color contains mainly: blue. Hex color #594FEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #594FEF is #A6B010. Grayscale: #636363. Windows color (decimal): -10924049 or 15683417. OLE color: 15683417.

HSL color Cylindrical-coordinate representation of color #594FEF: hue angle of 243.75º 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 #594FEF is Cyan = 0.63, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 89 79 239 -
CMYK 0.63 0.67 0 0.06
HSL 243.75º 0.83% 0.62% -
HSV(B) 243.75º 0.67% 0.94% -
XYZ 22.5 13.95 83.17 -
YUV 100.23 206.31 119.99 -
System Red Green Blue C M Y K H S L
Decimal 89 79 239 0.63 0.67 0 0.06 243.75 0.83 0.62
Hex 59 4F EF 3F 43 0 6 F4 53 3E
Octal 131 117 357 77 103 0 6 364 123 76
Binary 1011001 1001111 11101111 111111 1000011 0 110 11110100 1010011 111110

Color Harmonies of #594FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594FEF

Black with #594FEF

Text Example


Text Example

White with #594FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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