#4B3BEF

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

Shades of Neon Blue #4B3BEF

Tints of Neon Blue #4B3BEF

Color information

#4B3BEF (or 0x4B3BEF) is unknown color: approx Neon Blue. HEX triplet: 4B, 3B and EF. RGB value is (75,59,239). Sum of RGB (Red+Green+Blue) = 75+59+239=373 (49% of max value = 765). Red value is 75 (29.69% from 255 or 20.11% from 373); Green value is 59 (23.44% from 255 or 15.82% from 373); Blue value is 239 (93.75% from 255 or 64.08% from 373); Max value from RGB is 239 - color contains mainly: blue. Hex color #4B3BEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4B3BEF is #B4C410. Grayscale: #535353. Windows color (decimal): -11846673 or 15678283. OLE color: 15678283.

HSL color Cylindrical-coordinate representation of color #4B3BEF: hue angle of 245.33º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4B3BEF is Cyan = 0.69, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB7559239-
CMYK0.690.7500.06
HSL245.33º84.91%58.43%-
HSV(B)245.33º75.31%93.73%-
XYZ20.0510.8682.7-
YUV84.3215.3121.36-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 20.11%
GREEN value IS 59 (23.44% from 255) = 15.82%
BLUE value IS 239 (93.75% from 255) = 64.08%
R=20.11%
G=15.82%
B=64.08%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal75592390.690.7500.06245.3384.9158.43
Hex4B3BEF454B06f5553a
Octal113733571051130636512572
Binary100101111101111101111100010110010110110111101011010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B3BEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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