#4642EC

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

Shades of Neon Blue #4642EC

Tints of Neon Blue #4642EC

Color information

#4642EC (or 0x4642EC) is unknown color: approx Neon Blue. HEX triplet: 46, 42 and EC. RGB value is (70,66,236). Sum of RGB (Red+Green+Blue) = 70+66+236=372 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.82% from 372); Green value is 66 (26.17% from 255 or 17.74% from 372); Blue value is 236 (92.58% from 255 or 63.44% from 372); Max value from RGB is 236 - color contains mainly: blue. Hex color #4642EC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4642EC is #B9BD13. Grayscale: #555555. Windows color (decimal): -12172564 or 15483462. OLE color: 15483462.

HSL color Cylindrical-coordinate representation of color #4642EC: hue angle of 241.41º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4642EC is Cyan = 0.70, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB7066236-
CMYK0.700.7200.07
HSL241.41º81.73%59.22%-
HSV(B)241.41º72.03%92.55%-
XYZ19.6111.2580.5-
YUV86.58212.33116.18-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 18.82%
GREEN value IS 66 (26.17% from 255) = 17.74%
BLUE value IS 236 (92.58% from 255) = 63.44%
R=18.82%
G=17.74%
B=63.44%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal70662360.700.7200.07241.4181.7359.22
Hex4642EC464807f1523b
Octal1061023541061100736112273
Binary1000110100001011101100100011010010000111111100011010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4642EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4642EC; }

 p { color: rgb(70,66,236); }

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

<style>
 a { background-color: #4642EC; }

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

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

<style>
 span { border-color: #4642EC; }

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

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