#4E43F1

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

Shades of Neon Blue #4E43F1

Tints of Neon Blue #4E43F1

Color information

#4E43F1 (or 0x4E43F1) is unknown color: approx Neon Blue. HEX triplet: 4E, 43 and F1. RGB value is (78,67,241). Sum of RGB (Red+Green+Blue) = 78+67+241=386 (51% of max value = 765). Red value is 78 (30.86% from 255 or 20.21% from 386); Green value is 67 (26.56% from 255 or 17.36% from 386); Blue value is 241 (94.53% from 255 or 62.44% from 386); Max value from RGB is 241 - color contains mainly: blue. Hex color #4E43F1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4E43F1 is #B1BC0E. Grayscale: #595959. Windows color (decimal): -11648015 or 15811406. OLE color: 15811406.

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

Color convert

RGB7867241-
CMYK0.680.7200.05
HSL243.79º86.14%60.39%-
HSV(B)243.79º72.2%94.51%-
XYZ21.0311.9884.42-
YUV90.12213.14119.35-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 20.21%
GREEN value IS 67 (26.56% from 255) = 17.36%
BLUE value IS 241 (94.53% from 255) = 62.44%
R=20.21%
G=17.36%
B=62.44%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal78672410.680.7200.05243.7986.1460.39
Hex4E43F1444805f4563c
Octal1161033611041100536412674
Binary1001110100001111110001100010010010000101111101001010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E43F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,67,241); }

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

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

 a { background-color: rgb(78,67,241); }

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

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

 span { border-color: rgb(78,67,241); }

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