#4A46F0

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

Shades of Neon Blue #4A46F0

Tints of Neon Blue #4A46F0

Color information

#4A46F0 (or 0x4A46F0) is unknown color: approx Neon Blue. HEX triplet: 4A, 46 and F0. RGB value is (74,70,240). Sum of RGB (Red+Green+Blue) = 74+70+240=384 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.27% from 384); Green value is 70 (27.73% from 255 or 18.23% from 384); Blue value is 240 (94.14% from 255 or 62.5% from 384); Max value from RGB is 240 - color contains mainly: blue. Hex color #4A46F0 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4A46F0 is #B5B90F. Grayscale: #595959. Windows color (decimal): -11909392 or 15746634. OLE color: 15746634.

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

Color convert

RGB7470240-
CMYK0.690.7100.06
HSL241.41º85%60.78%-
HSV(B)241.41º70.83%94.12%-
XYZ20.7412.1383.69-
YUV90.58212.33116.18-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 19.27%
GREEN value IS 70 (27.73% from 255) = 18.23%
BLUE value IS 240 (94.14% from 255) = 62.5%
R=19.27%
G=18.23%
B=62.5%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal74702400.690.7100.06241.418560.78
Hex4A46F0454706f1553d
Octal1121063601051070636112575
Binary1001010100011011110000100010110001110110111100011010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A46F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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