#3E5CFD

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

Shades of Neon Blue #3E5CFD

Tints of Neon Blue #3E5CFD

Color information

#3E5CFD (or 0x3E5CFD) is unknown color: approx Neon Blue. HEX triplet: 3E, 5C and FD. RGB value is (62,92,253). Sum of RGB (Red+Green+Blue) = 62+92+253=407 (53% of max value = 765). Red value is 62 (24.61% from 255 or 15.23% from 407); Green value is 92 (36.33% from 255 or 22.60% 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 #3E5CFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3E5CFD is #C1A302. Grayscale: #646464. Windows color (decimal): -12690179 or 16604222. OLE color: 16604222.

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

Color convert

RGB6292253-
CMYK0.750.6400.01
HSL230.58º97.95%61.76%-
HSV(B)230.58º75.49%99.22%-
XYZ23.5415.7794.73-
YUV101.38213.5699.91-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 15.23%
GREEN value IS 92 (36.33% from 255) = 22.60%
BLUE value IS 253 (99.22% from 255) = 62.16%
R=15.23%
G=22.60%
B=62.16%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal62922530.750.6400.01230.5897.9561.76
Hex3E5CFD4B4001e7623e
Octal761343751131000134714276
Binary1111101011100111111011001011100000001111001111100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E5CFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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