#4E41EA

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

Shades of Neon Blue #4E41EA

Tints of Neon Blue #4E41EA

Color information

#4E41EA (or 0x4E41EA) is unknown color: approx Neon Blue. HEX triplet: 4E, 41 and EA. RGB value is (78,65,234). Sum of RGB (Red+Green+Blue) = 78+65+234=377 (49% of max value = 765). Red value is 78 (30.86% from 255 or 20.69% from 377); Green value is 65 (25.78% from 255 or 17.24% from 377); Blue value is 234 (91.80% from 255 or 62.07% from 377); Max value from RGB is 234 - color contains mainly: blue. Hex color #4E41EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4E41EA is #B1BE15. Grayscale: #575757. Windows color (decimal): -11648534 or 15352142. OLE color: 15352142.

HSL color Cylindrical-coordinate representation of color #4E41EA: hue angle of 244.62º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4E41EA is Cyan = 0.67, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB7865234-
CMYK0.670.7200.08
HSL244.62º80.09%58.63%-
HSV(B)244.62º72.22%91.76%-
XYZ19.8811.3478.98-
YUV88.15210.31120.76-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 20.69%
GREEN value IS 65 (25.78% from 255) = 17.24%
BLUE value IS 234 (91.80% from 255) = 62.07%
R=20.69%
G=17.24%
B=62.07%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal78652340.670.7200.08244.6280.0958.63
Hex4E41EA434808f5503b
Octal11610135210311001036512073
Binary10011101000001111010101000011100100001000111101011010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E41EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,65,234); }

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

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

 a { background-color: rgb(78,65,234); }

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

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

 span { border-color: rgb(78,65,234); }

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