#3246F6

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

Shades of Neon Blue #3246F6

Tints of Neon Blue #3246F6

Color information

#3246F6 (or 0x3246F6) is unknown color: approx Neon Blue. HEX triplet: 32, 46 and F6. RGB value is (50,70,246). Sum of RGB (Red+Green+Blue) = 50+70+246=366 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.66% from 366); Green value is 70 (27.73% from 255 or 19.13% from 366); Blue value is 246 (96.48% from 255 or 67.21% from 366); Max value from RGB is 246 - color contains mainly: blue. Hex color #3246F6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3246F6 is #CDB909. Grayscale: #535353. Windows color (decimal): -13482250 or 16139826. OLE color: 16139826.

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

Color convert

RGB5070246-
CMYK0.800.7200.04
HSL233.88º91.59%58.04%-
HSV(B)233.88º79.67%96.47%-
XYZ20.1411.7188.39-
YUV84.08219.37103.69-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 13.66%
GREEN value IS 70 (27.73% from 255) = 19.13%
BLUE value IS 246 (96.48% from 255) = 67.21%
R=13.66%
G=19.13%
B=67.21%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal50702460.800.7200.04233.8891.5958.04
Hex3246F6504804ea5c3a
Octal621063661201100435213472
Binary110010100011011110110101000010010000100111010101011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3246F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,70,246); }

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

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

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

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

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

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

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