#4939E0

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

Shades of Neon Blue #4939E0

Tints of Neon Blue #4939E0

Color information

#4939E0 (or 0x4939E0) is unknown color: approx Neon Blue. HEX triplet: 49, 39 and E0. RGB value is (73,57,224). Sum of RGB (Red+Green+Blue) = 73+57+224=354 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.62% from 354); Green value is 57 (22.66% from 255 or 16.10% from 354); Blue value is 224 (87.89% from 255 or 63.28% from 354); Max value from RGB is 224 - color contains mainly: blue. Hex color #4939E0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4939E0 is #B6C61F. Grayscale: #505050. Windows color (decimal): -11978272 or 14694729. OLE color: 14694729.

HSL color Cylindrical-coordinate representation of color #4939E0: hue angle of 245.75º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4939E0 is Cyan = 0.67, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB7357224-
CMYK0.670.7500.12
HSL245.75º72.93%55.1%-
HSV(B)245.75º74.55%87.84%-
XYZ17.679.7271.47-
YUV80.82208.8122.42-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.62%
GREEN value IS 57 (22.66% from 255) = 16.10%
BLUE value IS 224 (87.89% from 255) = 63.28%
R=20.62%
G=16.10%
B=63.28%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal73572240.670.7500.12245.7572.9355.1
Hex4939E0434B0Cf64937
Octal1117134010311301436611167
Binary1001001111001111000001000011100101101100111101101001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4939E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4939E0; }

 p { color: rgb(73,57,224); }

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

<style>
 a { background-color: #4939E0; }

 a { background-color: rgb(73,57,224); }

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

<style>
 span { border-color: #4939E0; }

 span { border-color: rgb(73,57,224); }

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