Html Css Color HEX #593AF0 Neon Blue

📋 copy color: '#593AF0'

red 89 ◦ green 58 ◦ blue 240

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

Shades of Neon Blue #593AF0

Tints of Neon Blue #593AF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 62.02%

R = 23%
G = 14.99%
B = 62.02%

CMYK

 C value IS 0.63

 M value IS 0.76

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#593AF0 (or 0x593AF0) is known color: Neon Blue. HEX triplet: 59, 3A and F0. RGB value is (89,58,240). Sum of RGB (Red+Green+Blue) = 89+58+240=387 (51% of max value = 765). Red value is 89 (35.16% from 255 or 23.00% from 387); Green value is 58 (23.05% from 255 or 14.99% from 387); Blue value is 240 (94.14% from 255 or 62.02% from 387); Max value from RGB is 240 - color contains mainly: blue. Hex color #593AF0 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #593AF0 is #A6C50F. Grayscale: #575757. Windows color (decimal): -10929424 or 15743577. OLE color: 15743577.

HSL color Cylindrical-coordinate representation of color #593AF0: hue angle of 250.22º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #593AF0 is Cyan = 0.63, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 89 58 240 -
CMYK 0.63 0.76 0 0.06
HSL 250.22º 0.86% 0.58% -
HSV(B) 250.22º 0.76% 0.94% -
XYZ 21.36 11.44 83.52 -
YUV 88.02 213.77 128.7 -
System Red Green Blue C M Y K H S L
Decimal 89 58 240 0.63 0.76 0 0.06 250.22 0.86 0.58
Hex 59 3A F0 3F 4C 0 6 FA 56 3A
Octal 131 72 360 77 114 0 6 372 126 72
Binary 1011001 111010 11110000 111111 1001100 0 110 11111010 1010110 111010

Color Harmonies of #593AF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #593AF0

Black with #593AF0

Text Example


Text Example

White with #593AF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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