#4B47EE

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

Shades of Neon Blue #4B47EE

Tints of Neon Blue #4B47EE

Color information

#4B47EE (or 0x4B47EE) is unknown color: approx Neon Blue. HEX triplet: 4B, 47 and EE. RGB value is (75,71,238). Sum of RGB (Red+Green+Blue) = 75+71+238=384 (50% of max value = 765). Red value is 75 (29.69% from 255 or 19.53% from 384); Green value is 71 (28.12% from 255 or 18.49% from 384); Blue value is 238 (93.36% from 255 or 61.98% from 384); Max value from RGB is 238 - color contains mainly: blue. Hex color #4B47EE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4B47EE is #B4B811. Grayscale: #5A5A5A. Windows color (decimal): -11843602 or 15615819. OLE color: 15615819.

HSL color Cylindrical-coordinate representation of color #4B47EE: hue angle of 241.44º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4B47EE is Cyan = 0.68, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB7571238-
CMYK0.680.7000.07
HSL241.44º83.08%60.59%-
HSV(B)241.44º70.17%93.33%-
XYZ20.5912.1882.15-
YUV91.23210.83116.42-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 19.53%
GREEN value IS 71 (28.12% from 255) = 18.49%
BLUE value IS 238 (93.36% from 255) = 61.98%
R=19.53%
G=18.49%
B=61.98%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal75712380.680.7000.07241.4483.0860.59
Hex4B47EE444607f1533d
Octal1131073561041060736112375
Binary1001011100011111101110100010010001100111111100011010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B47EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,71,238); }

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

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

 a { background-color: rgb(75,71,238); }

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

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

 span { border-color: rgb(75,71,238); }

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