#4E3FF2

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

Shades of Neon Blue #4E3FF2

Tints of Neon Blue #4E3FF2

Color information

#4E3FF2 (or 0x4E3FF2) is unknown color: approx Neon Blue. HEX triplet: 4E, 3F and F2. RGB value is (78,63,242). Sum of RGB (Red+Green+Blue) = 78+63+242=383 (50% of max value = 765). Red value is 78 (30.86% from 255 or 20.37% from 383); Green value is 63 (25% from 255 or 16.45% from 383); Blue value is 242 (94.92% from 255 or 63.19% from 383); Max value from RGB is 242 - color contains mainly: blue. Hex color #4E3FF2 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4E3FF2 is #B1C00D. Grayscale: #575757. Windows color (decimal): -11649038 or 15875918. OLE color: 15875918.

HSL color Cylindrical-coordinate representation of color #4E3FF2: hue angle of 245.03º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4E3FF2 is Cyan = 0.68, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB7863242-
CMYK0.680.7400.05
HSL245.03º87.32%59.8%-
HSV(B)245.03º73.97%94.9%-
XYZ20.9511.5985.14-
YUV87.89214.97120.95-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 20.37%
GREEN value IS 63 (25% from 255) = 16.45%
BLUE value IS 242 (94.92% from 255) = 63.19%
R=20.37%
G=16.45%
B=63.19%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal78632420.680.7400.05245.0387.3259.8
Hex4E3FF2444A05f5573c
Octal116773621041120536512774
Binary100111011111111110010100010010010100101111101011010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E3FF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,63,242); }

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

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

 a { background-color: rgb(78,63,242); }

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

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

 span { border-color: rgb(78,63,242); }

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