#4E42EE

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

Shades of Neon Blue #4E42EE

Tints of Neon Blue #4E42EE

Color information

#4E42EE (or 0x4E42EE) is unknown color: approx Neon Blue. HEX triplet: 4E, 42 and EE. RGB value is (78,66,238). Sum of RGB (Red+Green+Blue) = 78+66+238=382 (50% of max value = 765). Red value is 78 (30.86% from 255 or 20.42% from 382); Green value is 66 (26.17% from 255 or 17.28% from 382); Blue value is 238 (93.36% from 255 or 62.30% from 382); Max value from RGB is 238 - color contains mainly: blue. Hex color #4E42EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4E42EE is #B1BD11. Grayscale: #585858. Windows color (decimal): -11648274 or 15614542. OLE color: 15614542.

HSL color Cylindrical-coordinate representation of color #4E42EE: hue angle of 244.19º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4E42EE is Cyan = 0.67, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB7866238-
CMYK0.670.7200.07
HSL244.19º83.5%59.61%-
HSV(B)244.19º72.27%93.33%-
XYZ20.5211.6982.06-
YUV89.2211.98120.01-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 20.42%
GREEN value IS 66 (26.17% from 255) = 17.28%
BLUE value IS 238 (93.36% from 255) = 62.30%
R=20.42%
G=17.28%
B=62.30%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal78662380.670.7200.07244.1983.559.61
Hex4E42EE434807f4533c
Octal1161023561031100736412374
Binary1001110100001011101110100001110010000111111101001010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E42EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,66,238); }

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

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

 a { background-color: rgb(78,66,238); }

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

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

 span { border-color: rgb(78,66,238); }

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