#3346EE

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

Shades of Neon Blue #3346EE

Tints of Neon Blue #3346EE

Color information

#3346EE (or 0x3346EE) is unknown color: approx Neon Blue. HEX triplet: 33, 46 and EE. RGB value is (51,70,238). Sum of RGB (Red+Green+Blue) = 51+70+238=359 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.21% from 359); Green value is 70 (27.73% from 255 or 19.50% from 359); Blue value is 238 (93.36% from 255 or 66.30% from 359); Max value from RGB is 238 - color contains mainly: blue. Hex color #3346EE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3346EE is #CCB911. Grayscale: #525252. Windows color (decimal): -13416722 or 15615539. OLE color: 15615539.

HSL color Cylindrical-coordinate representation of color #3346EE: hue angle of 233.9º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3346EE is Cyan = 0.79, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB5170238-
CMYK0.790.7100.07
HSL233.9º84.62%56.67%-
HSV(B)233.9º78.57%93.33%-
XYZ18.9911.2682.06-
YUV83.47215.21104.84-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 14.21%
GREEN value IS 70 (27.73% from 255) = 19.50%
BLUE value IS 238 (93.36% from 255) = 66.30%
R=14.21%
G=19.50%
B=66.30%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal51702380.790.7100.07233.984.6256.67
Hex3346EE4F4707ea5539
Octal631063561171070735212571
Binary110011100011011101110100111110001110111111010101010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3346EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3346EE; }

 p { color: rgb(51,70,238); }

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

<style>
 a { background-color: #3346EE; }

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

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

<style>
 span { border-color: #3346EE; }

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

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