#3950EC

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

Shades of Neon Blue #3950EC

Tints of Neon Blue #3950EC

Color information

#3950EC (or 0x3950EC) is unknown color: approx Neon Blue. HEX triplet: 39, 50 and EC. RGB value is (57,80,236). Sum of RGB (Red+Green+Blue) = 57+80+236=373 (49% of max value = 765). Red value is 57 (22.66% from 255 or 15.28% from 373); Green value is 80 (31.64% from 255 or 21.45% from 373); Blue value is 236 (92.58% from 255 or 63.27% from 373); Max value from RGB is 236 - color contains mainly: blue. Hex color #3950EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3950EC is #C6AF13. Grayscale: #5A5A5A. Windows color (decimal): -13020948 or 15487033. OLE color: 15487033.

HSL color Cylindrical-coordinate representation of color #3950EC: hue angle of 232.29º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3950EC is Cyan = 0.76, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB5780236-
CMYK0.760.6600.07
HSL232.29º82.49%57.45%-
HSV(B)232.29º75.85%92.55%-
XYZ19.712.6680.76-
YUV90.91209.88103.82-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 15.28%
GREEN value IS 80 (31.64% from 255) = 21.45%
BLUE value IS 236 (92.58% from 255) = 63.27%
R=15.28%
G=21.45%
B=63.27%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal57802360.760.6600.07232.2982.4957.45
Hex3950EC4C4207e85239
Octal711203541141020735012271
Binary111001101000011101100100110010000100111111010001010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3950EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3950EC; }

 p { color: rgb(57,80,236); }

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

<style>
 a { background-color: #3950EC; }

 a { background-color: rgb(57,80,236); }

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

<style>
 span { border-color: #3950EC; }

 span { border-color: rgb(57,80,236); }

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