#3446ED

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

Shades of Neon Blue #3446ED

Tints of Neon Blue #3446ED

Color information

#3446ED (or 0x3446ED) is unknown color: approx Neon Blue. HEX triplet: 34, 46 and ED. RGB value is (52,70,237). Sum of RGB (Red+Green+Blue) = 52+70+237=359 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.48% from 359); Green value is 70 (27.73% from 255 or 19.50% from 359); Blue value is 237 (92.97% from 255 or 66.02% from 359); Max value from RGB is 237 - color contains mainly: blue. Hex color #3446ED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3446ED is #CBB912. Grayscale: #525252. Windows color (decimal): -13351187 or 15550004. OLE color: 15550004.

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

Color convert

RGB5270237-
CMYK0.780.7000.07
HSL234.16º83.71%56.67%-
HSV(B)234.16º78.06%92.94%-
XYZ18.8911.2281.29-
YUV83.66214.54105.42-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 14.48%
GREEN value IS 70 (27.73% from 255) = 19.50%
BLUE value IS 237 (92.97% from 255) = 66.02%
R=14.48%
G=19.50%
B=66.02%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal52702370.780.7000.07234.1683.7156.67
Hex3446ED4E4607ea5439
Octal641063551161060735212471
Binary110100100011011101101100111010001100111111010101010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3446ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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