Html Css Color HEX #593CFF Neon Blue

📋 copy color: '#593CFF'

red 89 ◦ green 60 ◦ blue 255

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

Shades of Neon Blue #593CFF

Tints of Neon Blue #593CFF

RGB

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

 GREEN value IS 60 (23.83% from 255) = 14.85%

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

R = 22.03%
G = 14.85%
B = 63.12%

CMYK

 C value IS 0.65

 M value IS 0.76

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#593CFF (or 0x593CFF) is known color: Neon Blue. HEX triplet: 59, 3C and FF. RGB value is (89,60,255). Sum of RGB (Red+Green+Blue) = 89+60+255=404 (53% of max value = 765). Red value is 89 (35.16% from 255 or 22.03% from 404); Green value is 60 (23.83% from 255 or 14.85% from 404); Blue value is 255 (100% from 255 or 63.12% from 404); Max value from RGB is 255 - color contains mainly: blue. Hex color #593CFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #593CFF is #A6C300. Grayscale: #5A5A5A. Windows color (decimal): -10928897 or 16727129. OLE color: 16727129.

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

Color convert

RGB 89 60 255 -
CMYK 0.65 0.76 0 0
HSL 248.92º 1% 0.62% -
HSV(B) 248.92º 0.76% 1% -
XYZ 23.79 12.58 95.78 -
YUV 90.9 220.61 126.64 -
System Red Green Blue C M Y K H S L
Decimal 89 60 255 0.65 0.76 0 0 248.92 1 0.62
Hex 59 3C FF 41 4C 0 0 F9 64 3E
Octal 131 74 377 101 114 0 0 371 144 76
Binary 1011001 111100 11111111 1000001 1001100 0 0 11111001 1100100 111110

Color Harmonies of #593CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #593CFF

Black with #593CFF

Text Example


Text Example

White with #593CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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