#3536E4

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

Shades of Neon Blue #3536E4

Tints of Neon Blue #3536E4

Color information

#3536E4 (or 0x3536E4) is unknown color: approx Neon Blue. HEX triplet: 35, 36 and E4. RGB value is (53,54,228). Sum of RGB (Red+Green+Blue) = 53+54+228=335 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.82% from 335); Green value is 54 (21.48% from 255 or 16.12% from 335); Blue value is 228 (89.45% from 255 or 68.06% from 335); Max value from RGB is 228 - color contains mainly: blue. Hex color #3536E4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3536E4 is #CAC91B. Grayscale: #484848. Windows color (decimal): -13289756 or 14956085. OLE color: 14956085.

HSL color Cylindrical-coordinate representation of color #3536E4: hue angle of 239.66º 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 #3536E4 is Cyan = 0.77, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB5354228-
CMYK0.770.7600.11
HSL239.66º76.42%55.1%-
HSV(B)239.66º76.75%89.41%-
XYZ16.79974.25-
YUV73.54215.17113.35-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.82%
GREEN value IS 54 (21.48% from 255) = 16.12%
BLUE value IS 228 (89.45% from 255) = 68.06%
R=15.82%
G=16.12%
B=68.06%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal53542280.770.7600.11239.6676.4255.1
Hex3536E44D4C0Bf04c37
Octal656634411511401336011467
Binary110101110110111001001001101100110001011111100001001100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3536E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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