#4A39E5

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

Shades of Neon Blue #4A39E5

Tints of Neon Blue #4A39E5

Color information

#4A39E5 (or 0x4A39E5) is unknown color: approx Neon Blue. HEX triplet: 4A, 39 and E5. RGB value is (74,57,229). Sum of RGB (Red+Green+Blue) = 74+57+229=360 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.56% from 360); Green value is 57 (22.66% from 255 or 15.83% from 360); Blue value is 229 (89.84% from 255 or 63.61% from 360); Max value from RGB is 229 - color contains mainly: blue. Hex color #4A39E5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A39E5 is #B5C61A. Grayscale: #515151. Windows color (decimal): -11912731 or 15022410. OLE color: 15022410.

HSL color Cylindrical-coordinate representation of color #4A39E5: hue angle of 245.93º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4A39E5 is Cyan = 0.68, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB7457229-
CMYK0.680.7500.10
HSL245.93º76.79%56.08%-
HSV(B)245.93º75.11%89.8%-
XYZ18.4310.0475.1-
YUV81.69211.13122.51-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 20.56%
GREEN value IS 57 (22.66% from 255) = 15.83%
BLUE value IS 229 (89.84% from 255) = 63.61%
R=20.56%
G=15.83%
B=63.61%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal74572290.680.7500.10245.9376.7956.08
Hex4A39E5444B0Af64d38
Octal1127134510411301236611570
Binary1001010111001111001011000100100101101010111101101001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A39E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,57,229); }

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

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

 a { background-color: rgb(74,57,229); }

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

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

 span { border-color: rgb(74,57,229); }

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