#4E3BF1

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

Shades of Neon Blue #4E3BF1

Tints of Neon Blue #4E3BF1

Color information

#4E3BF1 (or 0x4E3BF1) is unknown color: approx Neon Blue. HEX triplet: 4E, 3B and F1. RGB value is (78,59,241). Sum of RGB (Red+Green+Blue) = 78+59+241=378 (50% of max value = 765). Red value is 78 (30.86% from 255 or 20.63% from 378); Green value is 59 (23.44% from 255 or 15.61% from 378); Blue value is 241 (94.53% from 255 or 63.76% from 378); Max value from RGB is 241 - color contains mainly: blue. Hex color #4E3BF1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4E3BF1 is #B1C40E. Grayscale: #545454. Windows color (decimal): -11650063 or 15809358. OLE color: 15809358.

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

Color convert

RGB7859241-
CMYK0.680.7600.05
HSL246.26º86.67%58.82%-
HSV(B)246.26º75.52%94.51%-
XYZ20.5811.184.28-
YUV85.43215.79122.7-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 20.63%
GREEN value IS 59 (23.44% from 255) = 15.61%
BLUE value IS 241 (94.53% from 255) = 63.76%
R=20.63%
G=15.61%
B=63.76%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal78592410.680.7600.05246.2686.6758.82
Hex4E3BF1444C05f6573b
Octal116733611041140536612773
Binary100111011101111110001100010010011000101111101101010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E3BF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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