#3B45EF

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

Shades of Neon Blue #3B45EF

Tints of Neon Blue #3B45EF

Color information

#3B45EF (or 0x3B45EF) is unknown color: approx Neon Blue. HEX triplet: 3B, 45 and EF. RGB value is (59,69,239). Sum of RGB (Red+Green+Blue) = 59+69+239=367 (48% of max value = 765). Red value is 59 (23.44% from 255 or 16.08% from 367); Green value is 69 (27.34% from 255 or 18.80% from 367); Blue value is 239 (93.75% from 255 or 65.12% from 367); Max value from RGB is 239 - color contains mainly: blue. Hex color #3B45EF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3B45EF is #C4BA10. Grayscale: #545454. Windows color (decimal): -12892689 or 15680827. OLE color: 15680827.

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

Color convert

RGB5969239-
CMYK0.750.7100.06
HSL236.67º84.91%58.43%-
HSV(B)236.67º75.31%93.73%-
XYZ19.5111.4282.84-
YUV85.39214.69109.18-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 16.08%
GREEN value IS 69 (27.34% from 255) = 18.80%
BLUE value IS 239 (93.75% from 255) = 65.12%
R=16.08%
G=18.80%
B=65.12%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal59692390.750.7100.06236.6784.9158.43
Hex3B45EF4B4706ed553a
Octal731053571131070635512572
Binary111011100010111101111100101110001110110111011011010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B45EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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