#594AF2

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

Shades of Neon Blue #594AF2

Tints of Neon Blue #594AF2

Color information

#594AF2 (or 0x594AF2) is unknown color: approx Neon Blue. HEX triplet: 59, 4A and F2. RGB value is (89,74,242). Sum of RGB (Red+Green+Blue) = 89+74+242=405 (53% of max value = 765). Red value is 89 (35.16% from 255 or 21.98% from 405); Green value is 74 (29.30% from 255 or 18.27% from 405); Blue value is 242 (94.92% from 255 or 59.75% from 405); Max value from RGB is 242 - color contains mainly: blue. Hex color #594AF2 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #594AF2 is #A6B50D. Grayscale: #606060. Windows color (decimal): -10925326 or 15878745. OLE color: 15878745.

HSL color Cylindrical-coordinate representation of color #594AF2: hue angle of 245.36º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #594AF2 is Cyan = 0.63, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB8974242-
CMYK0.630.6900.05
HSL245.36º86.6%61.96%-
HSV(B)245.36º69.42%94.9%-
XYZ22.613.4385.41-
YUV97.64209.47121.84-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 21.98%
GREEN value IS 74 (29.30% from 255) = 18.27%
BLUE value IS 242 (94.92% from 255) = 59.75%
R=21.98%
G=18.27%
B=59.75%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal89742420.630.6900.05245.3686.661.96
Hex594AF23F4505f5573e
Octal131112362771050536512776
Binary101100110010101111001011111110001010101111101011010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594AF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #594AF2; }

 p { color: rgb(89,74,242); }

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

<style>
 a { background-color: #594AF2; }

 a { background-color: rgb(89,74,242); }

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

<style>
 span { border-color: #594AF2; }

 span { border-color: rgb(89,74,242); }

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