#596EFD

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

Shades of Neon Blue #596EFD

Tints of Neon Blue #596EFD

Color information

#596EFD (or 0x596EFD) is unknown color: approx Neon Blue. HEX triplet: 59, 6E and FD. RGB value is (89,110,253). Sum of RGB (Red+Green+Blue) = 89+110+253=452 (59% of max value = 765). Red value is 89 (35.16% from 255 or 19.69% from 452); Green value is 110 (43.36% from 255 or 24.34% from 452); Blue value is 253 (99.22% from 255 or 55.97% from 452); Max value from RGB is 253 - color contains mainly: blue. Hex color #596EFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #596EFD is #A69102. Grayscale: #777777. Windows color (decimal): -10916099 or 16608857. OLE color: 16608857.

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

Color convert

RGB89110253-
CMYK0.650.5700.01
HSL232.32º97.62%67.06%-
HSV(B)232.32º64.82%99.22%-
XYZ27.4320.3795.41-
YUV120.02203.04105.87-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 19.69%
GREEN value IS 110 (43.36% from 255) = 24.34%
BLUE value IS 253 (99.22% from 255) = 55.97%
R=19.69%
G=24.34%
B=55.97%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal891102530.650.5700.01232.3297.6267.06
Hex596EFD413901e86243
Octal1311563751017101350142103
Binary10110011101110111111011000001111001011110100011000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596EFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,110,253); }

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

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

 a { background-color: rgb(89,110,253); }

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

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

 span { border-color: rgb(89,110,253); }

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