#3B53EF

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

Shades of Neon Blue #3B53EF

Tints of Neon Blue #3B53EF

Color information

#3B53EF (or 0x3B53EF) is unknown color: approx Neon Blue. HEX triplet: 3B, 53 and EF. RGB value is (59,83,239). Sum of RGB (Red+Green+Blue) = 59+83+239=381 (50% of max value = 765). Red value is 59 (23.44% from 255 or 15.49% from 381); Green value is 83 (32.81% from 255 or 21.78% from 381); Blue value is 239 (93.75% from 255 or 62.73% from 381); Max value from RGB is 239 - color contains mainly: blue. Hex color #3B53EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3B53EF is #C4AC10. Grayscale: #5C5C5C. Windows color (decimal): -12889105 or 15684411. OLE color: 15684411.

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

Color convert

RGB5983239-
CMYK0.750.6500.06
HSL232º84.91%58.43%-
HSV(B)232º75.31%93.73%-
XYZ20.4813.3583.16-
YUV93.61210.05103.32-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 15.49%
GREEN value IS 83 (32.81% from 255) = 21.78%
BLUE value IS 239 (93.75% from 255) = 62.73%
R=15.49%
G=21.78%
B=62.73%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal59832390.750.6500.0623284.9158.43
Hex3B53EF4B4106e8553a
Octal731233571131010635012572
Binary111011101001111101111100101110000010110111010001010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B53EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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