#4642DE

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

Shades of Neon Blue #4642DE

Tints of Neon Blue #4642DE

Color information

#4642DE (or 0x4642DE) is unknown color: approx Neon Blue. HEX triplet: 46, 42 and DE. RGB value is (70,66,222). Sum of RGB (Red+Green+Blue) = 70+66+222=358 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.55% from 358); Green value is 66 (26.17% from 255 or 18.44% from 358); Blue value is 222 (87.11% from 255 or 62.01% from 358); Max value from RGB is 222 - color contains mainly: blue. Hex color #4642DE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4642DE is #B9BD21. Grayscale: #545454. Windows color (decimal): -12172578 or 14565958. OLE color: 14565958.

HSL color Cylindrical-coordinate representation of color #4642DE: hue angle of 241.54º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4642DE is Cyan = 0.68, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB7066222-
CMYK0.680.7000.13
HSL241.54º70.27%56.47%-
HSV(B)241.54º70.27%87.06%-
XYZ17.6610.4770.2-
YUV84.98205.33117.32-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 19.55%
GREEN value IS 66 (26.17% from 255) = 18.44%
BLUE value IS 222 (87.11% from 255) = 62.01%
R=19.55%
G=18.44%
B=62.01%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal70662220.680.7000.13241.5470.2756.47
Hex4642DE44460Df24638
Octal10610233610410601536210670
Binary10001101000010110111101000100100011001101111100101000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4642DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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