#4933EE

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

Shades of Neon Blue #4933EE

Tints of Neon Blue #4933EE

Color information

#4933EE (or 0x4933EE) is unknown color: approx Neon Blue. HEX triplet: 49, 33 and EE. RGB value is (73,51,238). Sum of RGB (Red+Green+Blue) = 73+51+238=362 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.17% from 362); Green value is 51 (20.31% from 255 or 14.09% from 362); Blue value is 238 (93.36% from 255 or 65.75% from 362); Max value from RGB is 238 - color contains mainly: blue. Hex color #4933EE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4933EE is #B6CC11. Grayscale: #4E4E4E. Windows color (decimal): -11979794 or 15610697. OLE color: 15610697.

HSL color Cylindrical-coordinate representation of color #4933EE: hue angle of 247.06º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4933EE is Cyan = 0.69, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB7351238-
CMYK0.690.7900.07
HSL247.06º84.62%56.67%-
HSV(B)247.06º78.57%93.33%-
XYZ19.369.9681.79-
YUV78.9217.79123.79-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.17%
GREEN value IS 51 (20.31% from 255) = 14.09%
BLUE value IS 238 (93.36% from 255) = 65.75%
R=20.17%
G=14.09%
B=65.75%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal73512380.690.7900.07247.0684.6256.67
Hex4933EE454F07f75539
Octal111633561051170736712571
Binary100100111001111101110100010110011110111111101111010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4933EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4933EE; }

 p { color: rgb(73,51,238); }

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

<style>
 a { background-color: #4933EE; }

 a { background-color: rgb(73,51,238); }

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

<style>
 span { border-color: #4933EE; }

 span { border-color: rgb(73,51,238); }

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