#3B3DE6

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

Shades of Neon Blue #3B3DE6

Tints of Neon Blue #3B3DE6

Color information

#3B3DE6 (or 0x3B3DE6) is unknown color: approx Neon Blue. HEX triplet: 3B, 3D and E6. RGB value is (59,61,230). Sum of RGB (Red+Green+Blue) = 59+61+230=350 (46% of max value = 765). Red value is 59 (23.44% from 255 or 16.86% from 350); Green value is 61 (24.22% from 255 or 17.43% from 350); Blue value is 230 (90.23% from 255 or 65.71% from 350); Max value from RGB is 230 - color contains mainly: blue. Hex color #3B3DE6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3B3DE6 is #C4C219. Grayscale: #4E4E4E. Windows color (decimal): -12894746 or 15088955. OLE color: 15088955.

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

Color convert

RGB5961230-
CMYK0.740.7300.10
HSL239.3º77.38%56.67%-
HSV(B)239.3º74.35%90.2%-
XYZ17.769.9875.85-
YUV79.67212.84113.26-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 16.86%
GREEN value IS 61 (24.22% from 255) = 17.43%
BLUE value IS 230 (90.23% from 255) = 65.71%
R=16.86%
G=17.43%
B=65.71%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal59612300.740.7300.10239.377.3856.67
Hex3B3DE64A490Aef4d39
Octal737534611211101235711571
Binary111011111101111001101001010100100101010111011111001101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B3DE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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