#3B4BEF

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

Shades of Neon Blue #3B4BEF

Tints of Neon Blue #3B4BEF

Color information

#3B4BEF (or 0x3B4BEF) is unknown color: approx Neon Blue. HEX triplet: 3B, 4B and EF. RGB value is (59,75,239). Sum of RGB (Red+Green+Blue) = 59+75+239=373 (49% of max value = 765). Red value is 59 (23.44% from 255 or 15.82% from 373); Green value is 75 (29.69% from 255 or 20.11% from 373); Blue value is 239 (93.75% from 255 or 64.08% from 373); Max value from RGB is 239 - color contains mainly: blue. Hex color #3B4BEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3B4BEF is #C4B410. Grayscale: #585858. Windows color (decimal): -12891153 or 15682363. OLE color: 15682363.

HSL color Cylindrical-coordinate representation of color #3B4BEF: hue angle of 234.67º 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 #3B4BEF is Cyan = 0.75, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB5975239-
CMYK0.750.6900.06
HSL234.67º84.91%58.43%-
HSV(B)234.67º75.31%93.73%-
XYZ19.912.1982.97-
YUV88.91212.7106.66-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 15.82%
GREEN value IS 75 (29.69% from 255) = 20.11%
BLUE value IS 239 (93.75% from 255) = 64.08%
R=15.82%
G=20.11%
B=64.08%

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
Decimal59752390.750.6900.06234.6784.9158.43
Hex3B4BEF4B4506eb553a
Octal731133571131050635312572
Binary111011100101111101111100101110001010110111010111010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B4BEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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