#3540E4

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

Shades of Neon Blue #3540E4

Tints of Neon Blue #3540E4

Color information

#3540E4 (or 0x3540E4) is unknown color: approx Neon Blue. HEX triplet: 35, 40 and E4. RGB value is (53,64,228). Sum of RGB (Red+Green+Blue) = 53+64+228=345 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.36% from 345); Green value is 64 (25.39% from 255 or 18.55% from 345); Blue value is 228 (89.45% from 255 or 66.09% from 345); Max value from RGB is 228 - color contains mainly: blue. Hex color #3540E4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3540E4 is #CABF1B. Grayscale: #4E4E4E. Windows color (decimal): -13287196 or 14958645. OLE color: 14958645.

HSL color Cylindrical-coordinate representation of color #3540E4: hue angle of 236.23º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3540E4 is Cyan = 0.77, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB5364228-
CMYK0.770.7200.11
HSL236.23º76.42%55.1%-
HSV(B)236.23º76.75%89.41%-
XYZ17.3110.0374.42-
YUV79.41211.86109.16-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.36%
GREEN value IS 64 (25.39% from 255) = 18.55%
BLUE value IS 228 (89.45% from 255) = 66.09%
R=15.36%
G=18.55%
B=66.09%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal53642280.770.7200.11236.2376.4255.1
Hex3540E44D480Bec4c37
Octal6510034411511001335411467
Binary1101011000000111001001001101100100001011111011001001100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3540E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3540E4; }

 p { color: rgb(53,64,228); }

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

<style>
 a { background-color: #3540E4; }

 a { background-color: rgb(53,64,228); }

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

<style>
 span { border-color: #3540E4; }

 span { border-color: rgb(53,64,228); }

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