#3B4EF4

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

Shades of Neon Blue #3B4EF4

Tints of Neon Blue #3B4EF4

Color information

#3B4EF4 (or 0x3B4EF4) is unknown color: approx Neon Blue. HEX triplet: 3B, 4E and F4. RGB value is (59,78,244). Sum of RGB (Red+Green+Blue) = 59+78+244=381 (50% of max value = 765). Red value is 59 (23.44% from 255 or 15.49% from 381); Green value is 78 (30.86% from 255 or 20.47% from 381); Blue value is 244 (95.70% from 255 or 64.04% from 381); Max value from RGB is 244 - color contains mainly: blue. Hex color #3B4EF4 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3B4EF4 is #C4B10B. Grayscale: #5A5A5A. Windows color (decimal): -12890380 or 16010811. OLE color: 16010811.

HSL color Cylindrical-coordinate representation of color #3B4EF4: hue angle of 233.84º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3B4EF4 is Cyan = 0.76, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB5978244-
CMYK0.760.6800.04
HSL233.84º89.37%59.41%-
HSV(B)233.84º75.82%95.69%-
XYZ20.8612.9186.98-
YUV91.24214.21105-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 15.49%
GREEN value IS 78 (30.86% from 255) = 20.47%
BLUE value IS 244 (95.70% from 255) = 64.04%
R=15.49%
G=20.47%
B=64.04%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal59782440.760.6800.04233.8489.3759.41
Hex3B4EF44C4404ea593b
Octal731163641141040435213173
Binary111011100111011110100100110010001000100111010101011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B4EF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,78,244); }

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

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

 a { background-color: rgb(59,78,244); }

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

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

 span { border-color: rgb(59,78,244); }

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