Html Css Color HEX #594FEB Neon Blue

📋 copy color: '#594FEB'

red 89 ◦ green 79 ◦ blue 235

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

Shades of Neon Blue #594FEB

Tints of Neon Blue #594FEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 58.31%

R = 22.08%
G = 19.6%
B = 58.31%

CMYK

 C value IS 0.62

 M value IS 0.66

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#594FEB (or 0x594FEB) is known color: Neon Blue. HEX triplet: 59, 4F and EB. RGB value is (89,79,235). Sum of RGB (Red+Green+Blue) = 89+79+235=403 (53% of max value = 765). Red value is 89 (35.16% from 255 or 22.08% from 403); Green value is 79 (31.25% from 255 or 19.60% from 403); Blue value is 235 (92.19% from 255 or 58.31% from 403); Max value from RGB is 235 - color contains mainly: blue. Hex color #594FEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #594FEB is #A6B014. Grayscale: #636363. Windows color (decimal): -10924053 or 15421273. OLE color: 15421273.

HSL color Cylindrical-coordinate representation of color #594FEB: hue angle of 243.85º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #594FEB is Cyan = 0.62, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 89 79 235 -
CMYK 0.62 0.66 0 0.08
HSL 243.85º 0.8% 0.62% -
HSV(B) 243.85º 0.66% 0.92% -
XYZ 21.91 13.71 80.09 -
YUV 99.77 204.31 120.32 -
System Red Green Blue C M Y K H S L
Decimal 89 79 235 0.62 0.66 0 0.08 243.85 0.8 0.62
Hex 59 4F EB 3E 42 0 8 F4 50 3E
Octal 131 117 353 76 102 0 10 364 120 76
Binary 1011001 1001111 11101011 111110 1000010 0 1000 11110100 1010000 111110

Color Harmonies of #594FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594FEB

Black with #594FEB

Text Example


Text Example

White with #594FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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