#594DF1

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

Shades of Neon Blue #594DF1

Tints of Neon Blue #594DF1

Color information

#594DF1 (or 0x594DF1) is unknown color: approx Neon Blue. HEX triplet: 59, 4D and F1. RGB value is (89,77,241). Sum of RGB (Red+Green+Blue) = 89+77+241=407 (53% of max value = 765). Red value is 89 (35.16% from 255 or 21.87% from 407); Green value is 77 (30.47% from 255 or 18.92% from 407); Blue value is 241 (94.53% from 255 or 59.21% from 407); Max value from RGB is 241 - color contains mainly: blue. Hex color #594DF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #594DF1 is #A6B20E. Grayscale: #626262. Windows color (decimal): -10924559 or 15813977. OLE color: 15813977.

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

Color convert

RGB8977241-
CMYK0.630.6800.05
HSL244.39º85.42%62.35%-
HSV(B)244.39º68.05%94.51%-
XYZ22.6513.7884.69-
YUV99.28207.98120.66-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 21.87%
GREEN value IS 77 (30.47% from 255) = 18.92%
BLUE value IS 241 (94.53% from 255) = 59.21%
R=21.87%
G=18.92%
B=59.21%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal89772410.630.6800.05244.3985.4262.35
Hex594DF13F4405f4553e
Octal131115361771040536412576
Binary101100110011011111000111111110001000101111101001010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594DF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,77,241); }

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

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

 a { background-color: rgb(89,77,241); }

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

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

 span { border-color: rgb(89,77,241); }

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