#3B4AEF

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

Shades of Neon Blue #3B4AEF

Tints of Neon Blue #3B4AEF

Color information

#3B4AEF (or 0x3B4AEF) is unknown color: approx Neon Blue. HEX triplet: 3B, 4A and EF. RGB value is (59,74,239). Sum of RGB (Red+Green+Blue) = 59+74+239=372 (49% of max value = 765). Red value is 59 (23.44% from 255 or 15.86% from 372); Green value is 74 (29.30% from 255 or 19.89% from 372); Blue value is 239 (93.75% from 255 or 64.25% from 372); Max value from RGB is 239 - color contains mainly: blue. Hex color #3B4AEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3B4AEF is #C4B510. Grayscale: #575757. Windows color (decimal): -12891409 or 15682107. OLE color: 15682107.

HSL color Cylindrical-coordinate representation of color #3B4AEF: hue angle of 235º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3B4AEF is Cyan = 0.75, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB5974239-
CMYK0.750.6900.06
HSL235º84.91%58.43%-
HSV(B)235º75.31%93.73%-
XYZ19.8312.0682.94-
YUV88.32213.03107.08-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 15.86%
GREEN value IS 74 (29.30% from 255) = 19.89%
BLUE value IS 239 (93.75% from 255) = 64.25%
R=15.86%
G=19.89%
B=64.25%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal59742390.750.6900.0623584.9158.43
Hex3B4AEF4B4506eb553a
Octal731123571131050635312572
Binary111011100101011101111100101110001010110111010111010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B4AEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,74,239); }

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

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

 a { background-color: rgb(59,74,239); }

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

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

 span { border-color: rgb(59,74,239); }

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