#3631F6

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

Shades of Neon Blue #3631F6

Tints of Neon Blue #3631F6

Color information

#3631F6 (or 0x3631F6) is unknown color: approx Neon Blue. HEX triplet: 36, 31 and F6. RGB value is (54,49,246). Sum of RGB (Red+Green+Blue) = 54+49+246=349 (46% of max value = 765). Red value is 54 (21.48% from 255 or 15.47% from 349); Green value is 49 (19.53% from 255 or 14.04% from 349); Blue value is 246 (96.48% from 255 or 70.49% from 349); Max value from RGB is 246 - color contains mainly: blue. Hex color #3631F6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3631F6 is #C9CE09. Grayscale: #484848. Windows color (decimal): -13225482 or 16134454. OLE color: 16134454.

HSL color Cylindrical-coordinate representation of color #3631F6: hue angle of 241.52º 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 #3631F6 is Cyan = 0.78, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB5449246-
CMYK0.780.8000.04
HSL241.52º91.63%57.84%-
HSV(B)241.52º80.08%96.47%-
XYZ19.259.6388.03-
YUV72.95225.66114.48-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 15.47%
GREEN value IS 49 (19.53% from 255) = 14.04%
BLUE value IS 246 (96.48% from 255) = 70.49%
R=15.47%
G=14.04%
B=70.49%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal54492460.780.8000.04241.5291.6357.84
Hex3631F64E5004f25c3a
Octal66613661161200436213472
Binary11011011000111110110100111010100000100111100101011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3631F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,49,246); }

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

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

 a { background-color: rgb(54,49,246); }

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

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

 span { border-color: rgb(54,49,246); }

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