Html Css Color HEX #593AFD Neon Blue

📋 copy color: '#593AFD'

red 89 ◦ green 58 ◦ blue 253

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

Shades of Neon Blue #593AFD

Tints of Neon Blue #593AFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 63.25%

R = 22.25%
G = 14.5%
B = 63.25%

CMYK

 C value IS 0.65

 M value IS 0.77

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#593AFD (or 0x593AFD) is known color: Neon Blue. HEX triplet: 59, 3A and FD. RGB value is (89,58,253). Sum of RGB (Red+Green+Blue) = 89+58+253=400 (52% of max value = 765). Red value is 89 (35.16% from 255 or 22.25% from 400); Green value is 58 (23.05% from 255 or 14.5% from 400); Blue value is 253 (99.22% from 255 or 63.25% from 400); Max value from RGB is 253 - color contains mainly: blue. Hex color #593AFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #593AFD is #A6C502. Grayscale: #585858. Windows color (decimal): -10929411 or 16595545. OLE color: 16595545.

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

Color convert

RGB 89 58 253 -
CMYK 0.65 0.77 0 0.01
HSL 249.54º 0.98% 0.61% -
HSV(B) 249.54º 0.77% 0.99% -
XYZ 23.36 12.24 94.06 -
YUV 89.5 220.27 127.64 -
System Red Green Blue C M Y K H S L
Decimal 89 58 253 0.65 0.77 0 0.01 249.54 0.98 0.61
Hex 59 3A FD 41 4D 0 1 FA 62 3D
Octal 131 72 375 101 115 0 1 372 142 75
Binary 1011001 111010 11111101 1000001 1001101 0 1 11111010 1100010 111101

Color Harmonies of #593AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #593AFD

Black with #593AFD

Text Example


Text Example

White with #593AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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