#4A4CFE

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

Shades of Neon Blue #4A4CFE

Tints of Neon Blue #4A4CFE

Color information

#4A4CFE (or 0x4A4CFE) is unknown color: approx Neon Blue. HEX triplet: 4A, 4C and FE. RGB value is (74,76,254). Sum of RGB (Red+Green+Blue) = 74+76+254=404 (53% of max value = 765). Red value is 74 (29.30% from 255 or 18.32% from 404); Green value is 76 (30.08% from 255 or 18.81% 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 #4A4CFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4A4CFE is #B5B301. Grayscale: #5E5E5E. Windows color (decimal): -11907842 or 16665674. OLE color: 16665674.

HSL color Cylindrical-coordinate representation of color #4A4CFE: hue angle of 239.33º 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 #4A4CFE is Cyan = 0.71, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB7476254-
CMYK0.710.7000.00
HSL239.33º98.9%64.31%-
HSV(B)239.33º70.87%99.61%-
XYZ23.313.7895.2-
YUV95.69217.34112.53-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal74762540.710.7000.00239.3398.964.31
Hex4A4CFE474600ef6340
Octal11211437610710600357143100
Binary100101010011001111111010001111000110001110111111000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A4CFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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