#593DF2

Color #593DF2 Neon Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Blue #593DF2

Tints of Neon Blue #593DF2

Color information

#593DF2 (or 0x593DF2) is unknown color: approx Neon Blue. HEX triplet: 59, 3D and F2. RGB value is (89,61,242). Sum of RGB (Red+Green+Blue) = 89+61+242=392 (51% of max value = 765). Red value is 89 (35.16% from 255 or 22.70% from 392); Green value is 61 (24.22% from 255 or 15.56% from 392); Blue value is 242 (94.92% from 255 or 61.73% from 392); Max value from RGB is 242 - color contains mainly: blue. Hex color #593DF2 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #593DF2 is #A6C20D. Grayscale: #595959. Windows color (decimal): -10928654 or 15875417. OLE color: 15875417.

HSL color Cylindrical-coordinate representation of color #593DF2: hue angle of 249.28º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #593DF2 is Cyan = 0.63, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB8961242-
CMYK0.630.7500.05
HSL249.28º87.44%59.41%-
HSV(B)249.28º74.79%94.9%-
XYZ21.8211.8785.15-
YUV90.01213.78127.28-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 22.70%
GREEN value IS 61 (24.22% from 255) = 15.56%
BLUE value IS 242 (94.92% from 255) = 61.73%
R=22.70%
G=15.56%
B=61.73%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal89612420.630.7500.05249.2887.4459.41
Hex593DF23F4B05f9573b
Octal13175362771130537112773
Binary10110011111011111001011111110010110101111110011010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #593DF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,61,242); }

 H1.HeaderClassName
 {
   color: #593DF2;
 }
 .AnyTagClassName
 {
   color: #593DF2;
 }
</style>
background-color css

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

 a { background-color: rgb(89,61,242); }

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

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

 span { border-color: rgb(89,61,242); }

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