#3D4AF1

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

Shades of Neon Blue #3D4AF1

Tints of Neon Blue #3D4AF1

Color information

#3D4AF1 (or 0x3D4AF1) is unknown color: approx Neon Blue. HEX triplet: 3D, 4A and F1. RGB value is (61,74,241). Sum of RGB (Red+Green+Blue) = 61+74+241=376 (49% of max value = 765). Red value is 61 (24.22% from 255 or 16.22% from 376); Green value is 74 (29.30% from 255 or 19.68% from 376); Blue value is 241 (94.53% from 255 or 64.10% from 376); Max value from RGB is 241 - color contains mainly: blue. Hex color #3D4AF1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3D4AF1 is #C2B50E. Grayscale: #585858. Windows color (decimal): -12760335 or 15813181. OLE color: 15813181.

HSL color Cylindrical-coordinate representation of color #3D4AF1: hue angle of 235.67º 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 #3D4AF1 is Cyan = 0.75, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB6174241-
CMYK0.750.6900.05
HSL235.67º86.54%59.22%-
HSV(B)235.67º74.69%94.51%-
XYZ20.2512.2484.51-
YUV89.15213.69107.92-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 16.22%
GREEN value IS 74 (29.30% from 255) = 19.68%
BLUE value IS 241 (94.53% from 255) = 64.10%
R=16.22%
G=19.68%
B=64.10%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal61742410.750.6900.05235.6786.5459.22
Hex3D4AF14B4505ec573b
Octal751123611131050535412773
Binary111101100101011110001100101110001010101111011001010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D4AF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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