#3935EA

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

Shades of Neon Blue #3935EA

Tints of Neon Blue #3935EA

Color information

#3935EA (or 0x3935EA) is unknown color: approx Neon Blue. HEX triplet: 39, 35 and EA. RGB value is (57,53,234). Sum of RGB (Red+Green+Blue) = 57+53+234=344 (45% of max value = 765). Red value is 57 (22.66% from 255 or 16.57% from 344); Green value is 53 (21.09% from 255 or 15.41% from 344); Blue value is 234 (91.80% from 255 or 68.02% from 344); Max value from RGB is 234 - color contains mainly: blue. Hex color #3935EA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3935EA is #C6CA15. Grayscale: #4A4A4A. Windows color (decimal): -13027862 or 15349049. OLE color: 15349049.

HSL color Cylindrical-coordinate representation of color #3935EA: hue angle of 241.33º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3935EA is Cyan = 0.76, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB5753234-
CMYK0.760.7700.08
HSL241.33º81.17%56.27%-
HSV(B)241.33º77.35%91.76%-
XYZ17.819.3678.71-
YUV74.83217.83115.28-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 16.57%
GREEN value IS 53 (21.09% from 255) = 15.41%
BLUE value IS 234 (91.80% from 255) = 68.02%
R=16.57%
G=15.41%
B=68.02%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal57532340.760.7700.08241.3381.1756.27
Hex3935EA4C4D08f15138
Octal716535211411501036112170
Binary111001110101111010101001100100110101000111100011010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3935EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3935EA; }

 p { color: rgb(57,53,234); }

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

<style>
 a { background-color: #3935EA; }

 a { background-color: rgb(57,53,234); }

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

<style>
 span { border-color: #3935EA; }

 span { border-color: rgb(57,53,234); }

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