#596BFF

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

Shades of Neon Blue #596BFF

Tints of Neon Blue #596BFF

Color information

#596BFF (or 0x596BFF) is unknown color: approx Neon Blue. HEX triplet: 59, 6B and FF. RGB value is (89,107,255). Sum of RGB (Red+Green+Blue) = 89+107+255=451 (59% of max value = 765). Red value is 89 (35.16% from 255 or 19.73% from 451); Green value is 107 (42.19% from 255 or 23.73% from 451); Blue value is 255 (100% from 255 or 56.54% from 451); Max value from RGB is 255 - color contains mainly: blue. Hex color #596BFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #596BFF is #A69400. Grayscale: #757575. Windows color (decimal): -10916865 or 16739161. OLE color: 16739161.

HSL color Cylindrical-coordinate representation of color #596BFF: hue angle of 233.49º 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 #596BFF is Cyan = 0.65, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB89107255-
CMYK0.650.5800
HSL233.49º100%67.45%-
HSV(B)233.49º65.1%100%-
XYZ27.4319.8697-
YUV118.49205.04106.97-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 19.73%
GREEN value IS 107 (42.19% from 255) = 23.73%
BLUE value IS 255 (100% from 255) = 56.54%
R=19.73%
G=23.73%
B=56.54%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal891072550.650.5800233.4910067.45
Hex596BFF413A00e96443
Octal1311533771017200351144103
Binary10110011101011111111111000001111010001110100111001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596BFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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