#596AFF

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

Shades of Neon Blue #596AFF

Tints of Neon Blue #596AFF

Color information

#596AFF (or 0x596AFF) is unknown color: approx Neon Blue. HEX triplet: 59, 6A and FF. RGB value is (89,106,255). Sum of RGB (Red+Green+Blue) = 89+106+255=450 (59% of max value = 765). Red value is 89 (35.16% from 255 or 19.78% from 450); Green value is 106 (41.80% from 255 or 23.56% from 450); Blue value is 255 (100% from 255 or 56.67% from 450); Max value from RGB is 255 - color contains mainly: blue. Hex color #596AFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #596AFF is #A69500. Grayscale: #757575. Windows color (decimal): -10917121 or 16738905. OLE color: 16738905.

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

Color convert

RGB89106255-
CMYK0.650.5800
HSL233.86º100%67.45%-
HSV(B)233.86º65.1%100%-
XYZ27.3219.6596.96-
YUV117.9205.37107.38-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 19.78%
GREEN value IS 106 (41.80% from 255) = 23.56%
BLUE value IS 255 (100% from 255) = 56.67%
R=19.78%
G=23.56%
B=56.67%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal891062550.650.5800233.8610067.45
Hex596AFF413A00ea6443
Octal1311523771017200352144103
Binary10110011101010111111111000001111010001110101011001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #596AFF; }

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

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

<style>
 a { background-color: #596AFF; }

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

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

<style>
 span { border-color: #596AFF; }

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

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