#4849EB

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

Shades of Neon Blue #4849EB

Tints of Neon Blue #4849EB

Color information

#4849EB (or 0x4849EB) is unknown color: approx Neon Blue. HEX triplet: 48, 49 and EB. RGB value is (72,73,235). Sum of RGB (Red+Green+Blue) = 72+73+235=380 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.95% from 380); Green value is 73 (28.91% from 255 or 19.21% from 380); Blue value is 235 (92.19% from 255 or 61.84% from 380); Max value from RGB is 235 - color contains mainly: blue. Hex color #4849EB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4849EB is #B7B614. Grayscale: #5A5A5A. Windows color (decimal): -12039701 or 15419720. OLE color: 15419720.

HSL color Cylindrical-coordinate representation of color #4849EB: hue angle of 239.63º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4849EB is Cyan = 0.69, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB7273235-
CMYK0.690.6900.08
HSL239.63º80.3%60.2%-
HSV(B)239.63º69.36%92.16%-
XYZ20.0512.1479.88-
YUV91.17209.17114.33-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 18.95%
GREEN value IS 73 (28.91% from 255) = 19.21%
BLUE value IS 235 (92.19% from 255) = 61.84%
R=18.95%
G=19.21%
B=61.84%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal72732350.690.6900.08239.6380.360.2
Hex4849EB454508f0503c
Octal11011135310510501036012074
Binary10010001001001111010111000101100010101000111100001010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4849EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4849EB; }

 p { color: rgb(72,73,235); }

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

<style>
 a { background-color: #4849EB; }

 a { background-color: rgb(72,73,235); }

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

<style>
 span { border-color: #4849EB; }

 span { border-color: rgb(72,73,235); }

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