#3D4EEE

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

Shades of Neon Blue #3D4EEE

Tints of Neon Blue #3D4EEE

Color information

#3D4EEE (or 0x3D4EEE) is unknown color: approx Neon Blue. HEX triplet: 3D, 4E and EE. RGB value is (61,78,238). Sum of RGB (Red+Green+Blue) = 61+78+238=377 (49% of max value = 765). Red value is 61 (24.22% from 255 or 16.18% from 377); Green value is 78 (30.86% from 255 or 20.69% from 377); Blue value is 238 (93.36% from 255 or 63.13% from 377); Max value from RGB is 238 - color contains mainly: blue. Hex color #3D4EEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3D4EEE is #C2B111. Grayscale: #5A5A5A. Windows color (decimal): -12759314 or 15617597. OLE color: 15617597.

HSL color Cylindrical-coordinate representation of color #3D4EEE: hue angle of 234.24º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3D4EEE is Cyan = 0.74, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB6178238-
CMYK0.740.6700.07
HSL234.24º83.89%58.63%-
HSV(B)234.24º74.37%93.33%-
XYZ20.0812.6182.27-
YUV91.16210.87106.49-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 16.18%
GREEN value IS 78 (30.86% from 255) = 20.69%
BLUE value IS 238 (93.36% from 255) = 63.13%
R=16.18%
G=20.69%
B=63.13%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal61782380.740.6700.07234.2483.8958.63
Hex3D4EEE4A4307ea543b
Octal751163561121030735212473
Binary111101100111011101110100101010000110111111010101010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D4EEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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