#4646e2

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

Shades of Neon Blue #4646E2

Tints of Neon Blue #4646E2

Color information

#4646E2 (or 0x4646E2) is unknown color: approx Neon Blue. HEX triplet: 46, 46 and E2. RGB value is (70,70,226). Sum of RGB (Red+Green+Blue) = 70+70+226=366 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.13% from 366); Green value is 70 (27.73% from 255 or 19.13% from 366); Blue value is 226 (88.67% from 255 or 61.75% from 366); Max value from RGB is 226 - color contains mainly: blue. Hex color #4646E2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4646E2 is #B9B91D. Grayscale: #575757. Windows color (decimal): -12171550 or 14829126. OLE color: 14829126.

HSL color Cylindrical-coordinate representation of color #4646E2: hue angle of 240º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4646E2 is Cyan = 0.69, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB7070226-
CMYK0.690.6900.11
HSL240º72.9%58.04%-
HSV(B)240º69.03%88.63%-
XYZ18.4411.1773.14-
YUV87.78206115.32-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 19.13%
GREEN value IS 70 (27.73% from 255) = 19.13%
BLUE value IS 226 (88.67% from 255) = 61.75%
R=19.13%
G=19.13%
B=61.75%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal70702260.690.6900.1124072.958.04
Hex4646E245450Bf0493a
Octal10610634210510501336011172
Binary10001101000110111000101000101100010101011111100001001001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4646e2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4646e2; }

 p { color: rgb(70,70,226); }

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

<style>
 a { background-color: #4646e2; }

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

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

<style>
 span { border-color: #4646e2; }

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

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