#4646ED

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

Shades of Neon Blue #4646ED

Tints of Neon Blue #4646ED

Color information

#4646ED (or 0x4646ED) is unknown color: approx Neon Blue. HEX triplet: 46, 46 and ED. RGB value is (70,70,237). Sum of RGB (Red+Green+Blue) = 70+70+237=377 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.57% from 377); Green value is 70 (27.73% from 255 or 18.57% from 377); Blue value is 237 (92.97% from 255 or 62.86% from 377); Max value from RGB is 237 - color contains mainly: blue. Hex color #4646ED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4646ED is #B9B912. Grayscale: #585858. Windows color (decimal): -12171539 or 15550022. OLE color: 15550022.

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

Color convert

RGB7070237-
CMYK0.700.7000.07
HSL240º82.27%60.2%-
HSV(B)240º70.46%92.94%-
XYZ2011.881.34-
YUV89.04211.5114.42-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 18.57%
GREEN value IS 70 (27.73% from 255) = 18.57%
BLUE value IS 237 (92.97% from 255) = 62.86%
R=18.57%
G=18.57%
B=62.86%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal70702370.700.7000.0724082.2760.2
Hex4646ED464607f0523c
Octal1061063551061060736012274
Binary1000110100011011101101100011010001100111111100001010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4646ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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