#4E48EF

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

Shades of Neon Blue #4E48EF

Tints of Neon Blue #4E48EF

Color information

#4E48EF (or 0x4E48EF) is unknown color: approx Neon Blue. HEX triplet: 4E, 48 and EF. RGB value is (78,72,239). Sum of RGB (Red+Green+Blue) = 78+72+239=389 (51% of max value = 765). Red value is 78 (30.86% from 255 or 20.05% from 389); Green value is 72 (28.52% from 255 or 18.51% from 389); Blue value is 239 (93.75% from 255 or 61.44% from 389); Max value from RGB is 239 - color contains mainly: blue. Hex color #4E48EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4E48EF is #B1B710. Grayscale: #5C5C5C. Windows color (decimal): -11646737 or 15681614. OLE color: 15681614.

HSL color Cylindrical-coordinate representation of color #4E48EF: hue angle of 242.16º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4E48EF is Cyan = 0.67, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB7872239-
CMYK0.670.7000.06
HSL242.16º83.92%60.98%-
HSV(B)242.16º69.87%93.73%-
XYZ21.0412.4982.96-
YUV92.83210.49117.42-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 20.05%
GREEN value IS 72 (28.52% from 255) = 18.51%
BLUE value IS 239 (93.75% from 255) = 61.44%
R=20.05%
G=18.51%
B=61.44%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal78722390.670.7000.06242.1683.9260.98
Hex4E48EF434606f2543d
Octal1161103571031060636212475
Binary1001110100100011101111100001110001100110111100101010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E48EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,72,239); }

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

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

 a { background-color: rgb(78,72,239); }

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

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

 span { border-color: rgb(78,72,239); }

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