#4943E0

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

Shades of Neon Blue #4943E0

Tints of Neon Blue #4943E0

Color information

#4943E0 (or 0x4943E0) is unknown color: approx Neon Blue. HEX triplet: 49, 43 and E0. RGB value is (73,67,224). Sum of RGB (Red+Green+Blue) = 73+67+224=364 (48% of max value = 765). Red value is 73 (28.91% from 255 or 20.05% from 364); Green value is 67 (26.56% from 255 or 18.41% from 364); Blue value is 224 (87.89% from 255 or 61.54% from 364); Max value from RGB is 224 - color contains mainly: blue. Hex color #4943E0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4943E0 is #B6BC1F. Grayscale: #565656. Windows color (decimal): -11975712 or 14697289. OLE color: 14697289.

HSL color Cylindrical-coordinate representation of color #4943E0: hue angle of 242.29º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4943E0 is Cyan = 0.67, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB7367224-
CMYK0.670.7000.12
HSL242.29º71.69%57.06%-
HSV(B)242.29º70.09%87.84%-
XYZ18.2110.8171.65-
YUV86.69205.49118.23-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.05%
GREEN value IS 67 (26.56% from 255) = 18.41%
BLUE value IS 224 (87.89% from 255) = 61.54%
R=20.05%
G=18.41%
B=61.54%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal73672240.670.7000.12242.2971.6957.06
Hex4943E043460Cf24839
Octal11110334010310601436211071
Binary10010011000011111000001000011100011001100111100101001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4943E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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