#3D49F1

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

Shades of Neon Blue #3D49F1

Tints of Neon Blue #3D49F1

Color information

#3D49F1 (or 0x3D49F1) is unknown color: approx Neon Blue. HEX triplet: 3D, 49 and F1. RGB value is (61,73,241). Sum of RGB (Red+Green+Blue) = 61+73+241=375 (49% of max value = 765). Red value is 61 (24.22% from 255 or 16.27% from 375); Green value is 73 (28.91% from 255 or 19.47% from 375); Blue value is 241 (94.53% from 255 or 64.27% from 375); Max value from RGB is 241 - color contains mainly: blue. Hex color #3D49F1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3D49F1 is #C2B60E. Grayscale: #575757. Windows color (decimal): -12760591 or 15812925. OLE color: 15812925.

HSL color Cylindrical-coordinate representation of color #3D49F1: hue angle of 236º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3D49F1 is Cyan = 0.75, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB6173241-
CMYK0.750.7000.05
HSL236º86.54%59.22%-
HSV(B)236º74.69%94.51%-
XYZ20.1812.1184.49-
YUV88.56214.02108.34-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 16.27%
GREEN value IS 73 (28.91% from 255) = 19.47%
BLUE value IS 241 (94.53% from 255) = 64.27%
R=16.27%
G=19.47%
B=64.27%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal61732410.750.7000.0523686.5459.22
Hex3D49F14B4605ec573b
Octal751113611131060535412773
Binary111101100100111110001100101110001100101111011001010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D49F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,73,241); }

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

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

 a { background-color: rgb(61,73,241); }

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

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

 span { border-color: rgb(61,73,241); }

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