#4E3BED

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

Shades of Neon Blue #4E3BED

Tints of Neon Blue #4E3BED

Color information

#4E3BED (or 0x4E3BED) is unknown color: approx Neon Blue. HEX triplet: 4E, 3B and ED. RGB value is (78,59,237). Sum of RGB (Red+Green+Blue) = 78+59+237=374 (49% of max value = 765). Red value is 78 (30.86% from 255 or 20.86% from 374); Green value is 59 (23.44% from 255 or 15.78% from 374); Blue value is 237 (92.97% from 255 or 63.37% from 374); Max value from RGB is 237 - color contains mainly: blue. Hex color #4E3BED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4E3BED is #B1C412. Grayscale: #545454. Windows color (decimal): -11650067 or 15547214. OLE color: 15547214.

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

Color convert

RGB7859237-
CMYK0.670.7500.07
HSL246.4º83.18%58.04%-
HSV(B)246.4º75.11%92.94%-
XYZ19.9910.8681.16-
YUV84.97213.79123.03-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 20.86%
GREEN value IS 59 (23.44% from 255) = 15.78%
BLUE value IS 237 (92.97% from 255) = 63.37%
R=20.86%
G=15.78%
B=63.37%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal78592370.670.7500.07246.483.1858.04
Hex4E3BED434B07f6533a
Octal116733551031130736612372
Binary100111011101111101101100001110010110111111101101010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E3BED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,59,237); }

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

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

 a { background-color: rgb(78,59,237); }

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

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

 span { border-color: rgb(78,59,237); }

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