#3543ED

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

Shades of Neon Blue #3543ED

Tints of Neon Blue #3543ED

Color information

#3543ED (or 0x3543ED) is unknown color: approx Neon Blue. HEX triplet: 35, 43 and ED. RGB value is (53,67,237). Sum of RGB (Red+Green+Blue) = 53+67+237=357 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.85% from 357); Green value is 67 (26.56% from 255 or 18.77% from 357); Blue value is 237 (92.97% from 255 or 66.39% from 357); Max value from RGB is 237 - color contains mainly: blue. Hex color #3543ED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3543ED is #CABC12. Grayscale: #515151. Windows color (decimal): -13286419 or 15549237. OLE color: 15549237.

HSL color Cylindrical-coordinate representation of color #3543ED: hue angle of 235.43º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3543ED is Cyan = 0.78, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB5367237-
CMYK0.780.7200.07
HSL235.43º83.64%56.86%-
HSV(B)235.43º77.64%92.94%-
XYZ18.7610.8981.23-
YUV82.19215.36107.18-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.85%
GREEN value IS 67 (26.56% from 255) = 18.77%
BLUE value IS 237 (92.97% from 255) = 66.39%
R=14.85%
G=18.77%
B=66.39%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal53672370.780.7200.07235.4383.6456.86
Hex3543ED4E4807eb5439
Octal651033551161100735312471
Binary110101100001111101101100111010010000111111010111010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3543ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3543ED; }

 p { color: rgb(53,67,237); }

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

<style>
 a { background-color: #3543ED; }

 a { background-color: rgb(53,67,237); }

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

<style>
 span { border-color: #3543ED; }

 span { border-color: rgb(53,67,237); }

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