#3D46FA

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

Shades of Neon Blue #3D46FA

Tints of Neon Blue #3D46FA

Color information

#3D46FA (or 0x3D46FA) is unknown color: approx Neon Blue. HEX triplet: 3D, 46 and FA. RGB value is (61,70,250). Sum of RGB (Red+Green+Blue) = 61+70+250=381 (50% of max value = 765). Red value is 61 (24.22% from 255 or 16.01% from 381); Green value is 70 (27.73% from 255 or 18.37% from 381); Blue value is 250 (98.05% from 255 or 65.62% from 381); Max value from RGB is 250 - color contains mainly: blue. Hex color #3D46FA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3D46FA is #C2B905. Grayscale: #575757. Windows color (decimal): -12761350 or 16401981. OLE color: 16401981.

HSL color Cylindrical-coordinate representation of color #3D46FA: hue angle of 237.14º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3D46FA is Cyan = 0.76, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB6170250-
CMYK0.760.7200.02
HSL237.14º94.97%60.98%-
HSV(B)237.14º75.6%98.04%-
XYZ21.3712.2791.69-
YUV87.83219.52108.86-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 16.01%
GREEN value IS 70 (27.73% from 255) = 18.37%
BLUE value IS 250 (98.05% from 255) = 65.62%
R=16.01%
G=18.37%
B=65.62%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal61702500.760.7200.02237.1494.9760.98
Hex3D46FA4C4802ed5f3d
Octal751063721141100235513775
Binary11110110001101111101010011001001000010111011011011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D46FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3D46FA; }

 p { color: rgb(61,70,250); }

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

<style>
 a { background-color: #3D46FA; }

 a { background-color: rgb(61,70,250); }

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

<style>
 span { border-color: #3D46FA; }

 span { border-color: rgb(61,70,250); }

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