Html Css Color HEX #593BEA Neon Blue

📋 copy color: '#593BEA'

red 89 ◦ green 59 ◦ blue 234

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

Shades of Neon Blue #593BEA

Tints of Neon Blue #593BEA

RGB

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

 GREEN value IS 59 (23.44% from 255) = 15.45%

 BLUE value IS 234 (91.8% from 255) = 61.26%

R = 23.3%
G = 15.45%
B = 61.26%

CMYK

 C value IS 0.62

 M value IS 0.75

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#593BEA (or 0x593BEA) is known color: Neon Blue. HEX triplet: 59, 3B and EA. RGB value is (89,59,234). Sum of RGB (Red+Green+Blue) = 89+59+234=382 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.30% from 382); Green value is 59 (23.44% from 255 or 15.45% from 382); Blue value is 234 (91.80% from 255 or 61.26% from 382); Max value from RGB is 234 - color contains mainly: blue. Hex color #593BEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #593BEA is #A6C415. Grayscale: #575757. Windows color (decimal): -10929174 or 15350617. OLE color: 15350617.

HSL color Cylindrical-coordinate representation of color #593BEA: hue angle of 250.29º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #593BEA is Cyan = 0.62, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 89 59 234 -
CMYK 0.62 0.75 0 0.08
HSL 250.29º 0.81% 0.57% -
HSV(B) 250.29º 0.75% 0.92% -
XYZ 20.54 11.19 78.92 -
YUV 87.92 210.44 128.77 -
System Red Green Blue C M Y K H S L
Decimal 89 59 234 0.62 0.75 0 0.08 250.29 0.81 0.57
Hex 59 3B EA 3E 4B 0 8 FA 51 39
Octal 131 73 352 76 113 0 10 372 121 71
Binary 1011001 111011 11101010 111110 1001011 0 1000 11111010 1010001 111001

Color Harmonies of #593BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #593BEA

Black with #593BEA

Text Example


Text Example

White with #593BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #593BEA; }

 p { color: rgb(89,59,234); }

 H1.HeaderClassName
 {
   color: #593BEA;
 }
 .AnyTagClassName
 {
   color: #593BEA;
 }
</style>

background-color css

<style>
 a { background-color: #593BEA; }

 a { background-color: rgb(89,59,234); }

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

border-color css

<style>
 span { border-color: #593BEA; }

 span { border-color: rgb(89,59,234); }

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