#3241E5

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

Shades of Neon Blue #3241E5

Tints of Neon Blue #3241E5

Color information

#3241E5 (or 0x3241E5) is unknown color: approx Neon Blue. HEX triplet: 32, 41 and E5. RGB value is (50,65,229). Sum of RGB (Red+Green+Blue) = 50+65+229=344 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.53% from 344); Green value is 65 (25.78% from 255 or 18.90% from 344); Blue value is 229 (89.84% from 255 or 66.57% from 344); Max value from RGB is 229 - color contains mainly: blue. Hex color #3241E5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3241E5 is #CDBE1A. Grayscale: #4E4E4E. Windows color (decimal): -13483547 or 15024434. OLE color: 15024434.

HSL color Cylindrical-coordinate representation of color #3241E5: hue angle of 234.97º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3241E5 is Cyan = 0.78, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB5065229-
CMYK0.780.7200.10
HSL234.97º77.49%54.71%-
HSV(B)234.97º78.17%89.8%-
XYZ17.3510.1275.17-
YUV79.21212.53107.16-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 14.53%
GREEN value IS 65 (25.78% from 255) = 18.90%
BLUE value IS 229 (89.84% from 255) = 66.57%
R=14.53%
G=18.90%
B=66.57%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal50652290.780.7200.10234.9777.4954.71
Hex3241E54E480Aeb4d37
Octal6210134511611001235311567
Binary1100101000001111001011001110100100001010111010111001101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3241E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3241E5; }

 p { color: rgb(50,65,229); }

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

<style>
 a { background-color: #3241E5; }

 a { background-color: rgb(50,65,229); }

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

<style>
 span { border-color: #3241E5; }

 span { border-color: rgb(50,65,229); }

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