#4A5AF0

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

Shades of Neon Blue #4A5AF0

Tints of Neon Blue #4A5AF0

Color information

#4A5AF0 (or 0x4A5AF0) is unknown color: approx Neon Blue. HEX triplet: 4A, 5A and F0. RGB value is (74,90,240). Sum of RGB (Red+Green+Blue) = 74+90+240=404 (53% of max value = 765). Red value is 74 (29.30% from 255 or 18.32% from 404); Green value is 90 (35.55% from 255 or 22.28% from 404); Blue value is 240 (94.14% from 255 or 59.41% from 404); Max value from RGB is 240 - color contains mainly: blue. Hex color #4A5AF0 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4A5AF0 is #B5A50F. Grayscale: #656565. Windows color (decimal): -11904272 or 15751754. OLE color: 15751754.

HSL color Cylindrical-coordinate representation of color #4A5AF0: hue angle of 234.22º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4A5AF0 is Cyan = 0.69, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB7490240-
CMYK0.690.6200.06
HSL234.22º84.69%61.57%-
HSV(B)234.22º69.17%94.12%-
XYZ22.2115.0684.17-
YUV102.32205.7107.8-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 18.32%
GREEN value IS 90 (35.55% from 255) = 22.28%
BLUE value IS 240 (94.14% from 255) = 59.41%
R=18.32%
G=22.28%
B=59.41%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal74902400.690.6200.06234.2284.6961.57
Hex4A5AF0453E06ea553e
Octal112132360105760635212576
Binary100101010110101111000010001011111100110111010101010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A5AF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,90,240); }

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

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

 a { background-color: rgb(74,90,240); }

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

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

 span { border-color: rgb(74,90,240); }

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