#596AFD

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

Shades of Neon Blue #596AFD

Tints of Neon Blue #596AFD

Color information

#596AFD (or 0x596AFD) is unknown color: approx Neon Blue. HEX triplet: 59, 6A and FD. RGB value is (89,106,253). Sum of RGB (Red+Green+Blue) = 89+106+253=448 (59% of max value = 765). Red value is 89 (35.16% from 255 or 19.87% from 448); Green value is 106 (41.80% from 255 or 23.66% from 448); Blue value is 253 (99.22% from 255 or 56.47% from 448); Max value from RGB is 253 - color contains mainly: blue. Hex color #596AFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #596AFD is #A69502. Grayscale: #757575. Windows color (decimal): -10917123 or 16607833. OLE color: 16607833.

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

Color convert

RGB89106253-
CMYK0.650.5800.01
HSL233.78º97.62%67.06%-
HSV(B)233.78º64.82%99.22%-
XYZ2719.5295.27-
YUV117.68204.37107.55-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 19.87%
GREEN value IS 106 (41.80% from 255) = 23.66%
BLUE value IS 253 (99.22% from 255) = 56.47%
R=19.87%
G=23.66%
B=56.47%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal891062530.650.5800.01233.7897.6267.06
Hex596AFD413A01ea6243
Octal1311523751017201352142103
Binary10110011101010111111011000001111010011110101011000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596AFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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