#3D4EF9

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

Shades of Neon Blue #3D4EF9

Tints of Neon Blue #3D4EF9

Color information

#3D4EF9 (or 0x3D4EF9) is unknown color: approx Neon Blue. HEX triplet: 3D, 4E and F9. RGB value is (61,78,249). Sum of RGB (Red+Green+Blue) = 61+78+249=388 (51% of max value = 765). Red value is 61 (24.22% from 255 or 15.72% from 388); Green value is 78 (30.86% from 255 or 20.10% from 388); Blue value is 249 (97.66% from 255 or 64.18% from 388); Max value from RGB is 249 - color contains mainly: blue. Hex color #3D4EF9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3D4EF9 is #C2B106. Grayscale: #5B5B5B. Windows color (decimal): -12759303 or 16338493. OLE color: 16338493.

HSL color Cylindrical-coordinate representation of color #3D4EF9: hue angle of 234.57º degrees, saturation: 0.94, 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 #3D4EF9 is Cyan = 0.76, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB6178249-
CMYK0.760.6900.02
HSL234.57º94%60.78%-
HSV(B)234.57º75.5%97.65%-
XYZ21.7513.2891.04-
YUV92.41216.37105.6-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 15.72%
GREEN value IS 78 (30.86% from 255) = 20.10%
BLUE value IS 249 (97.66% from 255) = 64.18%
R=15.72%
G=20.10%
B=64.18%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal61782490.760.6900.02234.579460.78
Hex3D4EF94C4502eb5e3d
Octal751163711141050235313675
Binary11110110011101111100110011001000101010111010111011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D4EF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,78,249); }

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

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

 a { background-color: rgb(61,78,249); }

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

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

 span { border-color: rgb(61,78,249); }

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