#3549EA

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

Shades of Neon Blue #3549EA

Tints of Neon Blue #3549EA

Color information

#3549EA (or 0x3549EA) is unknown color: approx Neon Blue. HEX triplet: 35, 49 and EA. RGB value is (53,73,234). Sum of RGB (Red+Green+Blue) = 53+73+234=360 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.72% from 360); Green value is 73 (28.91% from 255 or 20.28% from 360); Blue value is 234 (91.80% from 255 or 65% from 360); Max value from RGB is 234 - color contains mainly: blue. Hex color #3549EA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3549EA is #CAB615. Grayscale: #545454. Windows color (decimal): -13284886 or 15354165. OLE color: 15354165.

HSL color Cylindrical-coordinate representation of color #3549EA: hue angle of 233.37º 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 #3549EA is Cyan = 0.77, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB5373234-
CMYK0.770.6900.08
HSL233.37º81.17%56.27%-
HSV(B)233.37º77.35%91.76%-
XYZ18.711.4679.07-
YUV85.37211.87104.91-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.72%
GREEN value IS 73 (28.91% from 255) = 20.28%
BLUE value IS 234 (91.80% from 255) = 65%
R=14.72%
G=20.28%
B=65%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal53732340.770.6900.08233.3781.1756.27
Hex3549EA4D4508e95138
Octal6511135211510501035112170
Binary1101011001001111010101001101100010101000111010011010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3549EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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