#4A46F2

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

Shades of Neon Blue #4A46F2

Tints of Neon Blue #4A46F2

Color information

#4A46F2 (or 0x4A46F2) is unknown color: approx Neon Blue. HEX triplet: 4A, 46 and F2. RGB value is (74,70,242). Sum of RGB (Red+Green+Blue) = 74+70+242=386 (51% of max value = 765). Red value is 74 (29.30% from 255 or 19.17% from 386); Green value is 70 (27.73% from 255 or 18.13% from 386); Blue value is 242 (94.92% from 255 or 62.69% from 386); Max value from RGB is 242 - color contains mainly: blue. Hex color #4A46F2 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4A46F2 is #B5B90D. Grayscale: #5A5A5A. Windows color (decimal): -11909390 or 15877706. OLE color: 15877706.

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

Color convert

RGB7470242-
CMYK0.690.7100.05
HSL241.4º86.87%61.18%-
HSV(B)241.4º71.07%94.9%-
XYZ21.0412.2585.26-
YUV90.8213.33116.01-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 19.17%
GREEN value IS 70 (27.73% from 255) = 18.13%
BLUE value IS 242 (94.92% from 255) = 62.69%
R=19.17%
G=18.13%
B=62.69%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal74702420.690.7100.05241.486.8761.18
Hex4A46F2454705f1573d
Octal1121063621051070536112775
Binary1001010100011011110010100010110001110101111100011010111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A46F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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