Html Css Color HEX #593AFF Neon Blue

📋 copy color: '#593AFF'

red 89 ◦ green 58 ◦ blue 255

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

Shades of Neon Blue #593AFF

Tints of Neon Blue #593AFF

RGB

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

 GREEN value IS 58 (23.05% from 255) = 14.43%

 BLUE value IS 255 (100% from 255) = 63.43%

R = 22.14%
G = 14.43%
B = 63.43%

CMYK

 C value IS 0.65

 M value IS 0.77

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#593AFF (or 0x593AFF) is known color: Neon Blue. HEX triplet: 59, 3A and FF. RGB value is (89,58,255). Sum of RGB (Red+Green+Blue) = 89+58+255=402 (53% of max value = 765). Red value is 89 (35.16% from 255 or 22.14% from 402); Green value is 58 (23.05% from 255 or 14.43% from 402); Blue value is 255 (100% from 255 or 63.43% from 402); Max value from RGB is 255 - color contains mainly: blue. Hex color #593AFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #593AFF is #A6C500. Grayscale: #585858. Windows color (decimal): -10929409 or 16726617. OLE color: 16726617.

HSL color Cylindrical-coordinate representation of color #593AFF: hue angle of 249.44º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #593AFF is Cyan = 0.65, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 89 58 255 -
CMYK 0.65 0.77 0 0
HSL 249.44º 1% 0.61% -
HSV(B) 249.44º 0.77% 1% -
XYZ 23.68 12.37 95.75 -
YUV 89.73 221.27 127.48 -
System Red Green Blue C M Y K H S L
Decimal 89 58 255 0.65 0.77 0 0 249.44 1 0.61
Hex 59 3A FF 41 4D 0 0 F9 64 3D
Octal 131 72 377 101 115 0 0 371 144 75
Binary 1011001 111010 11111111 1000001 1001101 0 0 11111001 1100100 111101

Color Harmonies of #593AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #593AFF

Black with #593AFF

Text Example


Text Example

White with #593AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,58,255); }

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

background-color css

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

 a { background-color: rgb(89,58,255); }

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

border-color css

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

 span { border-color: rgb(89,58,255); }

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