#3D4EE8

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

Shades of Neon Blue #3D4EE8

Tints of Neon Blue #3D4EE8

Color information

#3D4EE8 (or 0x3D4EE8) is unknown color: approx Neon Blue. HEX triplet: 3D, 4E and E8. RGB value is (61,78,232). Sum of RGB (Red+Green+Blue) = 61+78+232=371 (49% of max value = 765). Red value is 61 (24.22% from 255 or 16.44% from 371); Green value is 78 (30.86% from 255 or 21.02% from 371); Blue value is 232 (91.02% from 255 or 62.53% from 371); Max value from RGB is 232 - color contains mainly: blue. Hex color #3D4EE8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3D4EE8 is #C2B117. Grayscale: #595959. Windows color (decimal): -12759320 or 15224381. OLE color: 15224381.

HSL color Cylindrical-coordinate representation of color #3D4EE8: hue angle of 234.04º degrees, saturation: 0.79, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3D4EE8 is Cyan = 0.74, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB6178232-
CMYK0.740.6600.09
HSL234.04º78.8%57.45%-
HSV(B)234.04º73.71%90.98%-
XYZ19.2112.2777.7-
YUV90.47207.87106.98-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 16.44%
GREEN value IS 78 (30.86% from 255) = 21.02%
BLUE value IS 232 (91.02% from 255) = 62.53%
R=16.44%
G=21.02%
B=62.53%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal61782320.740.6600.09234.0478.857.45
Hex3D4EE84A4209ea4f39
Octal7511635011210201135211771
Binary1111011001110111010001001010100001001001111010101001111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D4EE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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