#3a3de6

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

Shades of Neon Blue #3A3DE6

Tints of Neon Blue #3A3DE6

Color information

#3A3DE6 (or 0x3A3DE6) is unknown color: approx Neon Blue. HEX triplet: 3A, 3D and E6. RGB value is (58,61,230). Sum of RGB (Red+Green+Blue) = 58+61+230=349 (46% of max value = 765). Red value is 58 (23.05% from 255 or 16.62% from 349); Green value is 61 (24.22% from 255 or 17.48% from 349); Blue value is 230 (90.23% from 255 or 65.90% from 349); Max value from RGB is 230 - color contains mainly: blue. Hex color #3A3DE6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3A3DE6 is #C5C219. Grayscale: #4E4E4E. Windows color (decimal): -12960282 or 15088954. OLE color: 15088954.

HSL color Cylindrical-coordinate representation of color #3A3DE6: hue angle of 238.95º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3A3DE6 is Cyan = 0.75, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB5861230-
CMYK0.750.7300.10
HSL238.95º77.48%56.47%-
HSV(B)238.95º74.78%90.2%-
XYZ17.79.9575.85-
YUV79.37213.01112.76-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 16.62%
GREEN value IS 61 (24.22% from 255) = 17.48%
BLUE value IS 230 (90.23% from 255) = 65.90%
R=16.62%
G=17.48%
B=65.90%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal58612300.750.7300.10238.9577.4856.47
Hex3A3DE64B490Aef4d38
Octal727534611311101235711570
Binary111010111101111001101001011100100101010111011111001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3a3de6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,61,230); }

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

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

 a { background-color: rgb(58,61,230); }

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

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

 span { border-color: rgb(58,61,230); }

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