#593BFA

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

Shades of Neon Blue #593BFA

Tints of Neon Blue #593BFA

Color information

#593BFA (or 0x593BFA) is unknown color: approx Neon Blue. HEX triplet: 59, 3B and FA. RGB value is (89,59,250). Sum of RGB (Red+Green+Blue) = 89+59+250=398 (52% of max value = 765). Red value is 89 (35.16% from 255 or 22.36% from 398); Green value is 59 (23.44% from 255 or 14.82% from 398); Blue value is 250 (98.05% from 255 or 62.81% from 398); Max value from RGB is 250 - color contains mainly: blue. Hex color #593BFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #593BFA is #A6C405. Grayscale: #595959. Windows color (decimal): -10929158 or 16399193. OLE color: 16399193.

HSL color Cylindrical-coordinate representation of color #593BFA: hue angle of 249.42º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #593BFA is Cyan = 0.64, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB8959250-
CMYK0.640.7600.02
HSL249.42º95.02%60.59%-
HSV(B)249.42º76.4%98.04%-
XYZ22.9412.1591.58-
YUV89.74218.44127.47-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 22.36%
GREEN value IS 59 (23.44% from 255) = 14.82%
BLUE value IS 250 (98.05% from 255) = 62.81%
R=22.36%
G=14.82%
B=62.81%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal89592500.640.7600.02249.4295.0260.59
Hex593BFA404C02f95f3d
Octal131733721001140237113775
Binary10110011110111111101010000001001100010111110011011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #593BFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,59,250); }

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

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

 a { background-color: rgb(89,59,250); }

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

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

 span { border-color: rgb(89,59,250); }

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