#4943E7

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

Shades of Neon Blue #4943E7

Tints of Neon Blue #4943E7

Color information

#4943E7 (or 0x4943E7) is unknown color: approx Neon Blue. HEX triplet: 49, 43 and E7. RGB value is (73,67,231). Sum of RGB (Red+Green+Blue) = 73+67+231=371 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.68% from 371); Green value is 67 (26.56% from 255 or 18.06% from 371); Blue value is 231 (90.62% from 255 or 62.26% from 371); Max value from RGB is 231 - color contains mainly: blue. Hex color #4943E7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4943E7 is #B6BC18. Grayscale: #565656. Windows color (decimal): -11975705 or 15156041. OLE color: 15156041.

HSL color Cylindrical-coordinate representation of color #4943E7: hue angle of 242.2º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4943E7 is Cyan = 0.68, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB7367231-
CMYK0.680.7100.09
HSL242.2º77.36%58.43%-
HSV(B)242.2º71%90.59%-
XYZ19.1811.276.75-
YUV87.49208.99117.66-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.68%
GREEN value IS 67 (26.56% from 255) = 18.06%
BLUE value IS 231 (90.62% from 255) = 62.26%
R=19.68%
G=18.06%
B=62.26%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal73672310.680.7100.09242.277.3658.43
Hex4943E7444709f24d3a
Octal11110334710410701136211572
Binary10010011000011111001111000100100011101001111100101001101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4943E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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