#3B5EFD

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

Shades of Neon Blue #3B5EFD

Tints of Neon Blue #3B5EFD

Color information

#3B5EFD (or 0x3B5EFD) is unknown color: approx Neon Blue. HEX triplet: 3B, 5E and FD. RGB value is (59,94,253). Sum of RGB (Red+Green+Blue) = 59+94+253=406 (53% of max value = 765). Red value is 59 (23.44% from 255 or 14.53% from 406); Green value is 94 (37.11% from 255 or 23.15% from 406); Blue value is 253 (99.22% from 255 or 62.32% from 406); Max value from RGB is 253 - color contains mainly: blue. Hex color #3B5EFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3B5EFD is #C4A102. Grayscale: #646464. Windows color (decimal): -12886275 or 16604731. OLE color: 16604731.

HSL color Cylindrical-coordinate representation of color #3B5EFD: hue angle of 229.18º 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 #3B5EFD is Cyan = 0.77, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB5994253-
CMYK0.770.6300.01
HSL229.18º97.98%61.18%-
HSV(B)229.18º76.68%99.22%-
XYZ23.5416.0394.78-
YUV101.66213.497.57-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 14.53%
GREEN value IS 94 (37.11% from 255) = 23.15%
BLUE value IS 253 (99.22% from 255) = 62.32%
R=14.53%
G=23.15%
B=62.32%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal59942530.770.6300.01229.1897.9861.18
Hex3B5EFD4D3F01e5623d
Octal73136375115770134514275
Binary111011101111011111101100110111111101111001011100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B5EFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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