#3543EF

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

Shades of Neon Blue #3543EF

Tints of Neon Blue #3543EF

Color information

#3543EF (or 0x3543EF) is unknown color: approx Neon Blue. HEX triplet: 35, 43 and EF. RGB value is (53,67,239). Sum of RGB (Red+Green+Blue) = 53+67+239=359 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.76% from 359); Green value is 67 (26.56% from 255 or 18.66% from 359); Blue value is 239 (93.75% from 255 or 66.57% from 359); Max value from RGB is 239 - color contains mainly: blue. Hex color #3543EF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3543EF is #CABC10. Grayscale: #515151. Windows color (decimal): -13286417 or 15680309. OLE color: 15680309.

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

Color convert

RGB5367239-
CMYK0.780.7200.06
HSL235.48º85.32%57.25%-
HSV(B)235.48º77.82%93.73%-
XYZ19.061182.78-
YUV82.42216.36107.01-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.76%
GREEN value IS 67 (26.56% from 255) = 18.66%
BLUE value IS 239 (93.75% from 255) = 66.57%
R=14.76%
G=18.66%
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.06
SystemRedGreenBlueCMYKHSL
Decimal53672390.780.7200.06235.4885.3257.25
Hex3543EF4E4806eb5539
Octal651033571161100635312571
Binary110101100001111101111100111010010000110111010111010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3543EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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