#3A59FD

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

Shades of Neon Blue #3A59FD

Tints of Neon Blue #3A59FD

Color information

#3A59FD (or 0x3A59FD) is unknown color: approx Neon Blue. HEX triplet: 3A, 59 and FD. RGB value is (58,89,253). Sum of RGB (Red+Green+Blue) = 58+89+253=400 (52% of max value = 765). Red value is 58 (23.05% from 255 or 14.5% from 400); Green value is 89 (35.16% from 255 or 22.25% from 400); Blue value is 253 (99.22% from 255 or 63.25% from 400); Max value from RGB is 253 - color contains mainly: blue. Hex color #3A59FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3A59FD is #C5A602. Grayscale: #616161. Windows color (decimal): -12953091 or 16603450. OLE color: 16603450.

HSL color Cylindrical-coordinate representation of color #3A59FD: hue angle of 230.46º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3A59FD is Cyan = 0.77, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB5889253-
CMYK0.770.6500.01
HSL230.46º97.99%60.98%-
HSV(B)230.46º77.08%99.22%-
XYZ23.0515.1494.64-
YUV98.43215.2399.16-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 14.5%
GREEN value IS 89 (35.16% from 255) = 22.25%
BLUE value IS 253 (99.22% from 255) = 63.25%
R=14.5%
G=22.25%
B=63.25%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal58892530.770.6500.01230.4697.9960.98
Hex3A59FD4D4101e6623d
Octal721313751151010134614275
Binary1110101011001111111011001101100000101111001101100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A59FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A59FD; }

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

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

<style>
 a { background-color: #3A59FD; }

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

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

<style>
 span { border-color: #3A59FD; }

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

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