#3B5AFA

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

Shades of Neon Blue #3B5AFA

Tints of Neon Blue #3B5AFA

Color information

#3B5AFA (or 0x3B5AFA) is unknown color: approx Neon Blue. HEX triplet: 3B, 5A and FA. RGB value is (59,90,250). Sum of RGB (Red+Green+Blue) = 59+90+250=399 (52% of max value = 765). Red value is 59 (23.44% from 255 or 14.79% from 399); Green value is 90 (35.55% from 255 or 22.56% from 399); Blue value is 250 (98.05% from 255 or 62.66% from 399); Max value from RGB is 250 - color contains mainly: blue. Hex color #3B5AFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3B5AFA is #C4A505. Grayscale: #626262. Windows color (decimal): -12887302 or 16407099. OLE color: 16407099.

HSL color Cylindrical-coordinate representation of color #3B5AFA: hue angle of 230.26º 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 #3B5AFA is Cyan = 0.76, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB5990250-
CMYK0.760.6400.02
HSL230.26º95.02%60.59%-
HSV(B)230.26º76.4%98.04%-
XYZ22.7215.1492.17-
YUV98.97213.2399.49-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 14.79%
GREEN value IS 90 (35.55% from 255) = 22.56%
BLUE value IS 250 (98.05% from 255) = 62.66%
R=14.79%
G=22.56%
B=62.66%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal59902500.760.6400.02230.2695.0260.59
Hex3B5AFA4C4002e65f3d
Octal731323721141000234613775
Binary11101110110101111101010011001000000010111001101011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B5AFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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