#3B5FFD

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

Shades of Neon Blue #3B5FFD

Tints of Neon Blue #3B5FFD

Color information

#3B5FFD (or 0x3B5FFD) is unknown color: approx Neon Blue. HEX triplet: 3B, 5F and FD. RGB value is (59,95,253). Sum of RGB (Red+Green+Blue) = 59+95+253=407 (53% of max value = 765). Red value is 59 (23.44% from 255 or 14.50% from 407); Green value is 95 (37.5% from 255 or 23.34% from 407); Blue value is 253 (99.22% from 255 or 62.16% from 407); Max value from RGB is 253 - color contains mainly: blue. Hex color #3B5FFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3B5FFD is #C4A002. Grayscale: #656565. Windows color (decimal): -12886019 or 16604987. OLE color: 16604987.

HSL color Cylindrical-coordinate representation of color #3B5FFD: hue angle of 228.87º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3B5FFD is Cyan = 0.77, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB5995253-
CMYK0.770.6200.01
HSL228.87º97.98%61.18%-
HSV(B)228.87º76.68%99.22%-
XYZ23.6316.2194.81-
YUV102.25213.0797.15-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 14.50%
GREEN value IS 95 (37.5% from 255) = 23.34%
BLUE value IS 253 (99.22% from 255) = 62.16%
R=14.50%
G=23.34%
B=62.16%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal59952530.770.6200.01228.8797.9861.18
Hex3B5FFD4D3E01e5623d
Octal73137375115760134514275
Binary111011101111111111101100110111111001111001011100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B5FFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,95,253); }

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

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

 a { background-color: rgb(59,95,253); }

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

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

 span { border-color: rgb(59,95,253); }

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