#3352F6

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

Shades of Neon Blue #3352F6

Tints of Neon Blue #3352F6

Color information

#3352F6 (or 0x3352F6) is unknown color: approx Neon Blue. HEX triplet: 33, 52 and F6. RGB value is (51,82,246). Sum of RGB (Red+Green+Blue) = 51+82+246=379 (50% of max value = 765). Red value is 51 (20.31% from 255 or 13.46% from 379); Green value is 82 (32.42% from 255 or 21.64% from 379); Blue value is 246 (96.48% from 255 or 64.91% from 379); Max value from RGB is 246 - color contains mainly: blue. Hex color #3352F6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3352F6 is #CCAD09. Grayscale: #5A5A5A. Windows color (decimal): -13413642 or 16142899. OLE color: 16142899.

HSL color Cylindrical-coordinate representation of color #3352F6: hue angle of 230.46º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3352F6 is Cyan = 0.79, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB5182246-
CMYK0.790.6700.04
HSL230.46º91.55%58.24%-
HSV(B)230.46º79.27%96.47%-
XYZ21.0213.3988.67-
YUV91.43215.2399.16-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.46%
GREEN value IS 82 (32.42% from 255) = 21.64%
BLUE value IS 246 (96.48% from 255) = 64.91%
R=13.46%
G=21.64%
B=64.91%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal51822460.790.6700.04230.4691.5558.24
Hex3352F64F4304e65c3a
Octal631223661171030434613472
Binary110011101001011110110100111110000110100111001101011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3352F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3352F6; }

 p { color: rgb(51,82,246); }

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

<style>
 a { background-color: #3352F6; }

 a { background-color: rgb(51,82,246); }

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

<style>
 span { border-color: #3352F6; }

 span { border-color: rgb(51,82,246); }

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