#3a4fec

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

Shades of Neon Blue #3A4FEC

Tints of Neon Blue #3A4FEC

Color information

#3A4FEC (or 0x3A4FEC) is unknown color: approx Neon Blue. HEX triplet: 3A, 4F and EC. RGB value is (58,79,236). Sum of RGB (Red+Green+Blue) = 58+79+236=373 (49% of max value = 765). Red value is 58 (23.05% from 255 or 15.55% from 373); Green value is 79 (31.25% from 255 or 21.18% from 373); Blue value is 236 (92.58% from 255 or 63.27% from 373); Max value from RGB is 236 - color contains mainly: blue. Hex color #3A4FEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3A4FEC is #C5B013. Grayscale: #595959. Windows color (decimal): -12955668 or 15486778. OLE color: 15486778.

HSL color Cylindrical-coordinate representation of color #3A4FEC: hue angle of 232.92º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3A4FEC is Cyan = 0.75, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB5879236-
CMYK0.750.6700.07
HSL232.92º82.41%57.65%-
HSV(B)232.92º75.42%92.55%-
XYZ19.6812.5580.74-
YUV90.62210.04104.73-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 15.55%
GREEN value IS 79 (31.25% from 255) = 21.18%
BLUE value IS 236 (92.58% from 255) = 63.27%
R=15.55%
G=21.18%
B=63.27%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal58792360.750.6700.07232.9282.4157.65
Hex3A4FEC4B4307e9523a
Octal721173541131030735112272
Binary111010100111111101100100101110000110111111010011010010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3a4fec

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,79,236); }

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

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

 a { background-color: rgb(58,79,236); }

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

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

 span { border-color: rgb(58,79,236); }

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