#3B46FA

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

Shades of Neon Blue #3B46FA

Tints of Neon Blue #3B46FA

Color information

#3B46FA (or 0x3B46FA) is unknown color: approx Neon Blue. HEX triplet: 3B, 46 and FA. RGB value is (59,70,250). Sum of RGB (Red+Green+Blue) = 59+70+250=379 (50% of max value = 765). Red value is 59 (23.44% from 255 or 15.57% from 379); Green value is 70 (27.73% from 255 or 18.47% from 379); Blue value is 250 (98.05% from 255 or 65.96% from 379); Max value from RGB is 250 - color contains mainly: blue. Hex color #3B46FA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3B46FA is #C4B905. Grayscale: #565656. Windows color (decimal): -12892422 or 16401979. OLE color: 16401979.

HSL color Cylindrical-coordinate representation of color #3B46FA: hue angle of 236.54º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3B46FA is Cyan = 0.76, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB5970250-
CMYK0.760.7200.02
HSL236.54º95.02%60.59%-
HSV(B)236.54º76.4%98.04%-
XYZ21.2512.2191.68-
YUV87.23219.86107.86-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 15.57%
GREEN value IS 70 (27.73% from 255) = 18.47%
BLUE value IS 250 (98.05% from 255) = 65.96%
R=15.57%
G=18.47%
B=65.96%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal59702500.760.7200.02236.5495.0260.59
Hex3B46FA4C4802ed5f3d
Octal731063721141100235513775
Binary11101110001101111101010011001001000010111011011011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B46FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,70,250); }

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

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

 a { background-color: rgb(59,70,250); }

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

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

 span { border-color: rgb(59,70,250); }

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