#596CFF

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

Shades of Neon Blue #596CFF

Tints of Neon Blue #596CFF

Color information

#596CFF (or 0x596CFF) is unknown color: approx Neon Blue. HEX triplet: 59, 6C and FF. RGB value is (89,108,255). Sum of RGB (Red+Green+Blue) = 89+108+255=452 (59% of max value = 765). Red value is 89 (35.16% from 255 or 19.69% from 452); Green value is 108 (42.58% from 255 or 23.89% from 452); Blue value is 255 (100% from 255 or 56.42% from 452); Max value from RGB is 255 - color contains mainly: blue. Hex color #596CFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #596CFF is #A69300. Grayscale: #767676. Windows color (decimal): -10916609 or 16739417. OLE color: 16739417.

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

Color convert

RGB89108255-
CMYK0.650.5800
HSL233.13º100%67.45%-
HSV(B)233.13º65.1%100%-
XYZ27.5320.0797.03-
YUV119.08204.71106.55-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 19.69%
GREEN value IS 108 (42.58% from 255) = 23.89%
BLUE value IS 255 (100% from 255) = 56.42%
R=19.69%
G=23.89%
B=56.42%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal891082550.650.5800233.1310067.45
Hex596CFF413A00e96443
Octal1311543771017200351144103
Binary10110011101100111111111000001111010001110100111001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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