#3933E0

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

Shades of Neon Blue #3933E0

Tints of Neon Blue #3933E0

Color information

#3933E0 (or 0x3933E0) is unknown color: approx Neon Blue. HEX triplet: 39, 33 and E0. RGB value is (57,51,224). Sum of RGB (Red+Green+Blue) = 57+51+224=332 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.17% from 332); Green value is 51 (20.31% from 255 or 15.36% from 332); Blue value is 224 (87.89% from 255 or 67.47% from 332); Max value from RGB is 224 - color contains mainly: blue. Hex color #3933E0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3933E0 is #C6CC1F. Grayscale: #474747. Windows color (decimal): -13028384 or 14693177. OLE color: 14693177.

HSL color Cylindrical-coordinate representation of color #3933E0: hue angle of 242.08º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3933E0 is Cyan = 0.75, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB5751224-
CMYK0.750.7700.12
HSL242.08º73.62%53.92%-
HSV(B)242.08º77.23%87.84%-
XYZ16.338.6271.32-
YUV72.52213.49116.93-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.17%
GREEN value IS 51 (20.31% from 255) = 15.36%
BLUE value IS 224 (87.89% from 255) = 67.47%
R=17.17%
G=15.36%
B=67.47%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal57512240.750.7700.12242.0873.6253.92
Hex3933E04B4D0Cf24a36
Octal716334011311501436211266
Binary111001110011111000001001011100110101100111100101001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3933E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3933E0; }

 p { color: rgb(57,51,224); }

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

<style>
 a { background-color: #3933E0; }

 a { background-color: rgb(57,51,224); }

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

<style>
 span { border-color: #3933E0; }

 span { border-color: rgb(57,51,224); }

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