#4B3BE7

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

Shades of Neon Blue #4B3BE7

Tints of Neon Blue #4B3BE7

Color information

#4B3BE7 (or 0x4B3BE7) is unknown color: approx Neon Blue. HEX triplet: 4B, 3B and E7. RGB value is (75,59,231). Sum of RGB (Red+Green+Blue) = 75+59+231=365 (48% of max value = 765). Red value is 75 (29.69% from 255 or 20.55% from 365); Green value is 59 (23.44% from 255 or 16.16% from 365); Blue value is 231 (90.62% from 255 or 63.29% from 365); Max value from RGB is 231 - color contains mainly: blue. Hex color #4B3BE7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4B3BE7 is #B4C418. Grayscale: #525252. Windows color (decimal): -11846681 or 15153995. OLE color: 15153995.

HSL color Cylindrical-coordinate representation of color #4B3BE7: hue angle of 245.58º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4B3BE7 is Cyan = 0.68, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB7559231-
CMYK0.680.7400.09
HSL245.58º78.18%56.86%-
HSV(B)245.58º74.46%90.59%-
XYZ18.8910.3976.61-
YUV83.39211.3122.01-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 20.55%
GREEN value IS 59 (23.44% from 255) = 16.16%
BLUE value IS 231 (90.62% from 255) = 63.29%
R=20.55%
G=16.16%
B=63.29%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal75592310.680.7400.09245.5878.1856.86
Hex4B3BE7444A09f64e39
Octal1137334710411201136611671
Binary1001011111011111001111000100100101001001111101101001110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B3BE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,59,231); }

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

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

 a { background-color: rgb(75,59,231); }

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

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

 span { border-color: rgb(75,59,231); }

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