#3B58FA

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

Shades of Neon Blue #3B58FA

Tints of Neon Blue #3B58FA

Color information

#3B58FA (or 0x3B58FA) is unknown color: approx Neon Blue. HEX triplet: 3B, 58 and FA. RGB value is (59,88,250). Sum of RGB (Red+Green+Blue) = 59+88+250=397 (52% of max value = 765). Red value is 59 (23.44% from 255 or 14.86% from 397); Green value is 88 (34.77% from 255 or 22.17% from 397); Blue value is 250 (98.05% from 255 or 62.97% from 397); Max value from RGB is 250 - color contains mainly: blue. Hex color #3B58FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3B58FA is #C4A705. Grayscale: #616161. Windows color (decimal): -12887814 or 16406587. OLE color: 16406587.

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

Color convert

RGB5988250-
CMYK0.760.6500.02
HSL230.89º95.02%60.59%-
HSV(B)230.89º76.4%98.04%-
XYZ22.5514.8192.11-
YUV97.8213.89100.33-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 14.86%
GREEN value IS 88 (34.77% from 255) = 22.17%
BLUE value IS 250 (98.05% from 255) = 62.97%
R=14.86%
G=22.17%
B=62.97%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal59882500.760.6500.02230.8995.0260.59
Hex3B58FA4C4102e75f3d
Octal731303721141010234713775
Binary11101110110001111101010011001000001010111001111011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B58FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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