#3A49FE

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

Shades of Neon Blue #3A49FE

Tints of Neon Blue #3A49FE

Color information

#3A49FE (or 0x3A49FE) is unknown color: approx Neon Blue. HEX triplet: 3A, 49 and FE. RGB value is (58,73,254). Sum of RGB (Red+Green+Blue) = 58+73+254=385 (50% of max value = 765). Red value is 58 (23.05% from 255 or 15.06% from 385); Green value is 73 (28.91% from 255 or 18.96% from 385); Blue value is 254 (99.61% from 255 or 65.97% from 385); Max value from RGB is 254 - color contains mainly: blue. Hex color #3A49FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3A49FE is #C5B601. Grayscale: #585858. Windows color (decimal): -12957186 or 16664890. OLE color: 16664890.

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

Color convert

RGB5873254-
CMYK0.770.7100.00
HSL235.41º98.99%61.18%-
HSV(B)235.41º77.17%99.61%-
XYZ22.0212.8295.08-
YUV89.15221.03105.78-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 15.06%
GREEN value IS 73 (28.91% from 255) = 18.96%
BLUE value IS 254 (99.61% from 255) = 65.97%
R=15.06%
G=18.96%
B=65.97%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal58732540.770.7100.00235.4198.9961.18
Hex3A49FE4D4700eb633d
Octal721113761151070035314375
Binary1110101001001111111101001101100011100111010111100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A49FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,73,254); }

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

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

 a { background-color: rgb(58,73,254); }

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

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

 span { border-color: rgb(58,73,254); }

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