#4C48EB

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

Shades of Neon Blue #4C48EB

Tints of Neon Blue #4C48EB

Color information

#4C48EB (or 0x4C48EB) is unknown color: approx Neon Blue. HEX triplet: 4C, 48 and EB. RGB value is (76,72,235). Sum of RGB (Red+Green+Blue) = 76+72+235=383 (50% of max value = 765). Red value is 76 (30.08% from 255 or 19.84% from 383); Green value is 72 (28.52% from 255 or 18.80% from 383); Blue value is 235 (92.19% from 255 or 61.36% from 383); Max value from RGB is 235 - color contains mainly: blue. Hex color #4C48EB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4C48EB is #B3B714. Grayscale: #5B5B5B. Windows color (decimal): -11777813 or 15419468. OLE color: 15419468.

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

Color convert

RGB7672235-
CMYK0.680.6900.08
HSL241.47º80.3%60.2%-
HSV(B)241.47º69.36%92.16%-
XYZ20.2912.1779.88-
YUV91.78208.83116.75-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 19.84%
GREEN value IS 72 (28.52% from 255) = 18.80%
BLUE value IS 235 (92.19% from 255) = 61.36%
R=19.84%
G=18.80%
B=61.36%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal76722350.680.6900.08241.4780.360.2
Hex4C48EB444508f1503c
Octal11411035310410501036112074
Binary10011001001000111010111000100100010101000111100011010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C48EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4C48EB; }

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

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

<style>
 a { background-color: #4C48EB; }

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

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

<style>
 span { border-color: #4C48EB; }

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

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