#4C4AFE

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

Shades of Neon Blue #4C4AFE

Tints of Neon Blue #4C4AFE

Color information

#4C4AFE (or 0x4C4AFE) is unknown color: approx Neon Blue. HEX triplet: 4C, 4A and FE. RGB value is (76,74,254). Sum of RGB (Red+Green+Blue) = 76+74+254=404 (53% of max value = 765). Red value is 76 (30.08% from 255 or 18.81% from 404); Green value is 74 (29.30% from 255 or 18.32% from 404); Blue value is 254 (99.61% from 255 or 62.87% from 404); Max value from RGB is 254 - color contains mainly: blue. Hex color #4C4AFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4C4AFE is #B3B501. Grayscale: #5E5E5E. Windows color (decimal): -11777282 or 16665164. OLE color: 16665164.

HSL color Cylindrical-coordinate representation of color #4C4AFE: hue angle of 240.67º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4C4AFE is Cyan = 0.70, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB7674254-
CMYK0.700.7100.00
HSL240.67º98.9%64.31%-
HSV(B)240.67º70.87%99.61%-
XYZ23.3213.5995.16-
YUV95.12217.66114.36-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 18.81%
GREEN value IS 74 (29.30% from 255) = 18.32%
BLUE value IS 254 (99.61% from 255) = 62.87%
R=18.81%
G=18.32%
B=62.87%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal76742540.700.7100.00240.6798.964.31
Hex4C4AFE464700f16340
Octal11411237610610700361143100
Binary100110010010101111111010001101000111001111000111000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C4AFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,74,254); }

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

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

 a { background-color: rgb(76,74,254); }

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

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

 span { border-color: rgb(76,74,254); }

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