#4A39EA

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

Shades of Neon Blue #4A39EA

Tints of Neon Blue #4A39EA

Color information

#4A39EA (or 0x4A39EA) is unknown color: approx Neon Blue. HEX triplet: 4A, 39 and EA. RGB value is (74,57,234). Sum of RGB (Red+Green+Blue) = 74+57+234=365 (48% of max value = 765). Red value is 74 (29.30% from 255 or 20.27% from 365); Green value is 57 (22.66% from 255 or 15.62% from 365); Blue value is 234 (91.80% from 255 or 64.11% from 365); Max value from RGB is 234 - color contains mainly: blue. Hex color #4A39EA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4A39EA is #B5C615. Grayscale: #515151. Windows color (decimal): -11912726 or 15350090. OLE color: 15350090.

HSL color Cylindrical-coordinate representation of color #4A39EA: hue angle of 245.76º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4A39EA is Cyan = 0.68, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB7457234-
CMYK0.680.7600.08
HSL245.76º80.82%57.06%-
HSV(B)245.76º75.64%91.76%-
XYZ19.1410.3278.83-
YUV82.26213.63122.11-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 20.27%
GREEN value IS 57 (22.66% from 255) = 15.62%
BLUE value IS 234 (91.80% from 255) = 64.11%
R=20.27%
G=15.62%
B=64.11%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal74572340.680.7600.08245.7680.8257.06
Hex4A39EA444C08f65139
Octal1127135210411401036612171
Binary1001010111001111010101000100100110001000111101101010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A39EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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