#4B39EC

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

Shades of Neon Blue #4B39EC

Tints of Neon Blue #4B39EC

Color information

#4B39EC (or 0x4B39EC) is unknown color: approx Neon Blue. HEX triplet: 4B, 39 and EC. RGB value is (75,57,236). Sum of RGB (Red+Green+Blue) = 75+57+236=368 (48% of max value = 765). Red value is 75 (29.69% from 255 or 20.38% from 368); Green value is 57 (22.66% from 255 or 15.49% from 368); Blue value is 236 (92.58% from 255 or 64.13% from 368); Max value from RGB is 236 - color contains mainly: blue. Hex color #4B39EC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4B39EC is #B4C613. Grayscale: #525252. Windows color (decimal): -11847188 or 15481163. OLE color: 15481163.

HSL color Cylindrical-coordinate representation of color #4B39EC: hue angle of 246.03º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4B39EC is Cyan = 0.68, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB7557236-
CMYK0.680.7600.07
HSL246.03º82.49%57.45%-
HSV(B)246.03º75.85%92.55%-
XYZ19.5110.4880.35-
YUV82.79214.46122.45-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 20.38%
GREEN value IS 57 (22.66% from 255) = 15.49%
BLUE value IS 236 (92.58% from 255) = 64.13%
R=20.38%
G=15.49%
B=64.13%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal75572360.680.7600.07246.0382.4957.45
Hex4B39EC444C07f65239
Octal113713541041140736612271
Binary100101111100111101100100010010011000111111101101010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B39EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,57,236); }

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

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

 a { background-color: rgb(75,57,236); }

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

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

 span { border-color: rgb(75,57,236); }

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