#3b45f1

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

Shades of Neon Blue #3B45F1

Tints of Neon Blue #3B45F1

Color information

#3B45F1 (or 0x3B45F1) is unknown color: approx Neon Blue. HEX triplet: 3B, 45 and F1. RGB value is (59,69,241). Sum of RGB (Red+Green+Blue) = 59+69+241=369 (48% of max value = 765). Red value is 59 (23.44% from 255 or 15.99% from 369); Green value is 69 (27.34% from 255 or 18.70% from 369); Blue value is 241 (94.53% from 255 or 65.31% from 369); Max value from RGB is 241 - color contains mainly: blue. Hex color #3B45F1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3B45F1 is #C4BA0E. Grayscale: #545454. Windows color (decimal): -12892687 or 15811899. OLE color: 15811899.

HSL color Cylindrical-coordinate representation of color #3B45F1: hue angle of 236.7º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3B45F1 is Cyan = 0.76, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB5969241-
CMYK0.760.7100.05
HSL236.7º86.67%58.82%-
HSV(B)236.7º75.52%94.51%-
XYZ19.8111.5484.4-
YUV85.62215.69109.01-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 15.99%
GREEN value IS 69 (27.34% from 255) = 18.70%
BLUE value IS 241 (94.53% from 255) = 65.31%
R=15.99%
G=18.70%
B=65.31%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal59692410.760.7100.05236.786.6758.82
Hex3B45F14C4705ed573b
Octal731053611141070535512773
Binary111011100010111110001100110010001110101111011011010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3b45f1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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