#594CFB

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

Shades of Neon Blue #594CFB

Tints of Neon Blue #594CFB

Color information

#594CFB (or 0x594CFB) is unknown color: approx Neon Blue. HEX triplet: 59, 4C and FB. RGB value is (89,76,251). Sum of RGB (Red+Green+Blue) = 89+76+251=416 (55% of max value = 765). Red value is 89 (35.16% from 255 or 21.39% from 416); Green value is 76 (30.08% from 255 or 18.27% from 416); Blue value is 251 (98.44% from 255 or 60.34% from 416); Max value from RGB is 251 - color contains mainly: blue. Hex color #594CFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #594CFB is #A6B304. Grayscale: #636363. Windows color (decimal): -10924805 or 16469081. OLE color: 16469081.

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

Color convert

RGB8976251-
CMYK0.650.7000.02
HSL244.46º95.63%64.12%-
HSV(B)244.46º69.72%98.43%-
XYZ24.1214.2692.75-
YUV99.84213.31120.27-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 21.39%
GREEN value IS 76 (30.08% from 255) = 18.27%
BLUE value IS 251 (98.44% from 255) = 60.34%
R=21.39%
G=18.27%
B=60.34%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal89762510.650.7000.02244.4695.6364.12
Hex594CFB414602f46040
Octal13111437310110602364140100
Binary1011001100110011111011100000110001100101111010011000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594CFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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