#4048EB

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

Shades of Neon Blue #4048EB

Tints of Neon Blue #4048EB

Color information

#4048EB (or 0x4048EB) is unknown color: approx Neon Blue. HEX triplet: 40, 48 and EB. RGB value is (64,72,235). Sum of RGB (Red+Green+Blue) = 64+72+235=371 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.25% from 371); Green value is 72 (28.52% from 255 or 19.41% from 371); Blue value is 235 (92.19% from 255 or 63.34% from 371); Max value from RGB is 235 - color contains mainly: blue. Hex color #4048EB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4048EB is #BFB714. Grayscale: #575757. Windows color (decimal): -12564245 or 15419456. OLE color: 15419456.

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

Color convert

RGB6472235-
CMYK0.730.6900.08
HSL237.19º81.04%58.63%-
HSV(B)237.19º72.77%92.16%-
XYZ19.4311.7279.84-
YUV88.19210.85110.75-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 17.25%
GREEN value IS 72 (28.52% from 255) = 19.41%
BLUE value IS 235 (92.19% from 255) = 63.34%
R=17.25%
G=19.41%
B=63.34%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal64722350.730.6900.08237.1981.0458.63
Hex4048EB494508ed513b
Octal10011035311110501035512173
Binary10000001001000111010111001001100010101000111011011010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4048EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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