#4948EB

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

Shades of Neon Blue #4948EB

Tints of Neon Blue #4948EB

Color information

#4948EB (or 0x4948EB) is unknown color: approx Neon Blue. HEX triplet: 49, 48 and EB. RGB value is (73,72,235). Sum of RGB (Red+Green+Blue) = 73+72+235=380 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.21% from 380); Green value is 72 (28.52% from 255 or 18.95% 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 #4948EB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4948EB is #B6B714. Grayscale: #5A5A5A. Windows color (decimal): -11974421 or 15419465. OLE color: 15419465.

HSL color Cylindrical-coordinate representation of color #4948EB: hue angle of 240.37º 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 #4948EB is Cyan = 0.69, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB7372235-
CMYK0.690.6900.08
HSL240.37º80.3%60.2%-
HSV(B)240.37º69.36%92.16%-
XYZ20.0612.0579.87-
YUV90.88209.33115.25-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.21%
GREEN value IS 72 (28.52% from 255) = 18.95%
BLUE value IS 235 (92.19% from 255) = 61.84%
R=19.21%
G=18.95%
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
Decimal73722350.690.6900.08240.3780.360.2
Hex4948EB454508f0503c
Octal11111035310510501036012074
Binary10010011001000111010111000101100010101000111100001010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4948EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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