#3E5DFD

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

Shades of Neon Blue #3E5DFD

Tints of Neon Blue #3E5DFD

Color information

#3E5DFD (or 0x3E5DFD) is unknown color: approx Neon Blue. HEX triplet: 3E, 5D and FD. RGB value is (62,93,253). Sum of RGB (Red+Green+Blue) = 62+93+253=408 (54% of max value = 765). Red value is 62 (24.61% from 255 or 15.20% from 408); Green value is 93 (36.72% from 255 or 22.79% from 408); Blue value is 253 (99.22% from 255 or 62.01% from 408); Max value from RGB is 253 - color contains mainly: blue. Hex color #3E5DFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3E5DFD is #C1A202. Grayscale: #656565. Windows color (decimal): -12689923 or 16604478. OLE color: 16604478.

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

Color convert

RGB6293253-
CMYK0.750.6300.01
HSL230.26º97.95%61.76%-
HSV(B)230.26º75.49%99.22%-
XYZ23.6315.9494.76-
YUV101.97213.2399.49-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 15.20%
GREEN value IS 93 (36.72% from 255) = 22.79%
BLUE value IS 253 (99.22% from 255) = 62.01%
R=15.20%
G=22.79%
B=62.01%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal62932530.750.6300.01230.2697.9561.76
Hex3E5DFD4B3F01e6623e
Octal76135375113770134614276
Binary111110101110111111101100101111111101111001101100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E5DFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,93,253); }

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

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

 a { background-color: rgb(62,93,253); }

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

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

 span { border-color: rgb(62,93,253); }

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