#3436E4

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

Shades of Neon Blue #3436E4

Tints of Neon Blue #3436E4

Color information

#3436E4 (or 0x3436E4) is unknown color: approx Neon Blue. HEX triplet: 34, 36 and E4. RGB value is (52,54,228). Sum of RGB (Red+Green+Blue) = 52+54+228=334 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.57% from 334); Green value is 54 (21.48% from 255 or 16.17% from 334); Blue value is 228 (89.45% from 255 or 68.26% from 334); Max value from RGB is 228 - color contains mainly: blue. Hex color #3436E4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3436E4 is #CBC91B. Grayscale: #484848. Windows color (decimal): -13355292 or 14956084. OLE color: 14956084.

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

Color convert

RGB5254228-
CMYK0.770.7600.11
HSL239.32º76.52%54.9%-
HSV(B)239.32º77.19%89.41%-
XYZ16.748.9774.25-
YUV73.24215.34112.85-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.57%
GREEN value IS 54 (21.48% from 255) = 16.17%
BLUE value IS 228 (89.45% from 255) = 68.26%
R=15.57%
G=16.17%
B=68.26%

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
Decimal52542280.770.7600.11239.3276.5254.9
Hex3436E44D4C0Bef4d37
Octal646634411511401335711567
Binary110100110110111001001001101100110001011111011111001101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3436E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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