#4A49F1

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

Shades of Neon Blue #4A49F1

Tints of Neon Blue #4A49F1

Color information

#4A49F1 (or 0x4A49F1) is unknown color: approx Neon Blue. HEX triplet: 4A, 49 and F1. RGB value is (74,73,241). Sum of RGB (Red+Green+Blue) = 74+73+241=388 (51% of max value = 765). Red value is 74 (29.30% from 255 or 19.07% from 388); Green value is 73 (28.91% from 255 or 18.81% from 388); Blue value is 241 (94.53% from 255 or 62.11% from 388); Max value from RGB is 241 - color contains mainly: blue. Hex color #4A49F1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4A49F1 is #B5B60E. Grayscale: #5B5B5B. Windows color (decimal): -11908623 or 15812938. OLE color: 15812938.

HSL color Cylindrical-coordinate representation of color #4A49F1: hue angle of 240.36º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4A49F1 is Cyan = 0.69, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB7473241-
CMYK0.690.7000.05
HSL240.36º85.71%61.57%-
HSV(B)240.36º69.71%94.51%-
XYZ21.0812.5784.53-
YUV92.45211.83114.84-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 19.07%
GREEN value IS 73 (28.91% from 255) = 18.81%
BLUE value IS 241 (94.53% from 255) = 62.11%
R=19.07%
G=18.81%
B=62.11%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal74732410.690.7000.05240.3685.7161.57
Hex4A49F1454605f0563e
Octal1121113611051060536012676
Binary1001010100100111110001100010110001100101111100001010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A49F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4A49F1; }

 p { color: rgb(74,73,241); }

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

<style>
 a { background-color: #4A49F1; }

 a { background-color: rgb(74,73,241); }

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

<style>
 span { border-color: #4A49F1; }

 span { border-color: rgb(74,73,241); }

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