#594AFB

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

Shades of Neon Blue #594AFB

Tints of Neon Blue #594AFB

Color information

#594AFB (or 0x594AFB) is unknown color: approx Neon Blue. HEX triplet: 59, 4A and FB. RGB value is (89,74,251). Sum of RGB (Red+Green+Blue) = 89+74+251=414 (54% of max value = 765). Red value is 89 (35.16% from 255 or 21.50% from 414); Green value is 74 (29.30% from 255 or 17.87% from 414); Blue value is 251 (98.44% from 255 or 60.63% from 414); Max value from RGB is 251 - color contains mainly: blue. Hex color #594AFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #594AFB is #A6B504. Grayscale: #616161. Windows color (decimal): -10925317 or 16468569. OLE color: 16468569.

HSL color Cylindrical-coordinate representation of color #594AFB: hue angle of 245.08º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #594AFB is Cyan = 0.65, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB8974251-
CMYK0.650.7100.02
HSL245.08º95.68%63.73%-
HSV(B)245.08º70.52%98.43%-
XYZ23.9813.9992.7-
YUV98.66213.97121.11-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 21.50%
GREEN value IS 74 (29.30% from 255) = 17.87%
BLUE value IS 251 (98.44% from 255) = 60.63%
R=21.50%
G=17.87%
B=60.63%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal89742510.650.7100.02245.0895.6863.73
Hex594AFB414702f56040
Octal13111237310110702365140100
Binary1011001100101011111011100000110001110101111010111000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594AFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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