#3941ED

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

Shades of Neon Blue #3941ED

Tints of Neon Blue #3941ED

Color information

#3941ED (or 0x3941ED) is unknown color: approx Neon Blue. HEX triplet: 39, 41 and ED. RGB value is (57,65,237). Sum of RGB (Red+Green+Blue) = 57+65+237=359 (47% of max value = 765). Red value is 57 (22.66% from 255 or 15.88% from 359); Green value is 65 (25.78% from 255 or 18.11% from 359); Blue value is 237 (92.97% from 255 or 66.02% from 359); Max value from RGB is 237 - color contains mainly: blue. Hex color #3941ED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3941ED is #C6BE12. Grayscale: #515151. Windows color (decimal): -13024787 or 15548729. OLE color: 15548729.

HSL color Cylindrical-coordinate representation of color #3941ED: hue angle of 237.33º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3941ED is Cyan = 0.76, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB5765237-
CMYK0.760.7300.07
HSL237.33º83.33%57.65%-
HSV(B)237.33º75.95%92.94%-
XYZ18.8610.7681.2-
YUV82.22215.35110.01-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 15.88%
GREEN value IS 65 (25.78% from 255) = 18.11%
BLUE value IS 237 (92.97% from 255) = 66.02%
R=15.88%
G=18.11%
B=66.02%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal57652370.760.7300.07237.3383.3357.65
Hex3941ED4C4907ed533a
Octal711013551141110735512372
Binary111001100000111101101100110010010010111111011011010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3941ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3941ED; }

 p { color: rgb(57,65,237); }

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

<style>
 a { background-color: #3941ED; }

 a { background-color: rgb(57,65,237); }

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

<style>
 span { border-color: #3941ED; }

 span { border-color: rgb(57,65,237); }

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