#4B4EE3

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

Shades of Neon Blue #4B4EE3

Tints of Neon Blue #4B4EE3

Color information

#4B4EE3 (or 0x4B4EE3) is unknown color: approx Neon Blue. HEX triplet: 4B, 4E and E3. RGB value is (75,78,227). Sum of RGB (Red+Green+Blue) = 75+78+227=380 (50% of max value = 765). Red value is 75 (29.69% from 255 or 19.74% from 380); Green value is 78 (30.86% from 255 or 20.53% from 380); Blue value is 227 (89.06% from 255 or 59.74% from 380); Max value from RGB is 227 - color contains mainly: blue. Hex color #4B4EE3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B4EE3 is #B4B11C. Grayscale: #5D5D5D. Windows color (decimal): -11841821 or 14896715. OLE color: 14896715.

HSL color Cylindrical-coordinate representation of color #4B4EE3: hue angle of 238.82º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4B4EE3 is Cyan = 0.67, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB7578227-
CMYK0.670.6600.11
HSL238.82º73.08%59.22%-
HSV(B)238.82º66.96%89.02%-
XYZ19.4912.4974.06-
YUV94.09203.01114.38-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 19.74%
GREEN value IS 78 (30.86% from 255) = 20.53%
BLUE value IS 227 (89.06% from 255) = 59.74%
R=19.74%
G=20.53%
B=59.74%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal75782270.670.6600.11238.8273.0859.22
Hex4B4EE343420Bef493b
Octal11311634310310201335711173
Binary10010111001110111000111000011100001001011111011111001001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B4EE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,78,227); }

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

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

 a { background-color: rgb(75,78,227); }

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

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

 span { border-color: rgb(75,78,227); }

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