#4C5AEB

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

Shades of Neon Blue #4C5AEB

Tints of Neon Blue #4C5AEB

Color information

#4C5AEB (or 0x4C5AEB) is unknown color: approx Neon Blue. HEX triplet: 4C, 5A and EB. RGB value is (76,90,235). Sum of RGB (Red+Green+Blue) = 76+90+235=401 (53% of max value = 765). Red value is 76 (30.08% from 255 or 18.95% from 401); Green value is 90 (35.55% from 255 or 22.44% from 401); Blue value is 235 (92.19% from 255 or 58.60% from 401); Max value from RGB is 235 - color contains mainly: blue. Hex color #4C5AEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4C5AEB is #B3A514. Grayscale: #656565. Windows color (decimal): -11773205 or 15424076. OLE color: 15424076.

HSL color Cylindrical-coordinate representation of color #4C5AEB: hue angle of 234.72º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4C5AEB is Cyan = 0.68, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB7690235-
CMYK0.680.6200.08
HSL234.72º79.9%60.98%-
HSV(B)234.72º67.66%92.16%-
XYZ21.6314.8580.32-
YUV102.34202.86109.21-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 18.95%
GREEN value IS 90 (35.55% from 255) = 22.44%
BLUE value IS 235 (92.19% from 255) = 58.60%
R=18.95%
G=22.44%
B=58.60%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal76902350.680.6200.08234.7279.960.98
Hex4C5AEB443E08eb503d
Octal1141323531047601035312075
Binary1001100101101011101011100010011111001000111010111010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C5AEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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