#2E36E5

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

Shades of Neon Blue #2E36E5

Tints of Neon Blue #2E36E5

Color information

#2E36E5 (or 0x2E36E5) is unknown color: approx Neon Blue. HEX triplet: 2E, 36 and E5. RGB value is (46,54,229). Sum of RGB (Red+Green+Blue) = 46+54+229=329 (43% of max value = 765). Red value is 46 (18.36% from 255 or 13.98% from 329); Green value is 54 (21.48% from 255 or 16.41% from 329); Blue value is 229 (89.84% from 255 or 69.60% from 329); Max value from RGB is 229 - color contains mainly: blue. Hex color #2E36E5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E36E5 is #D1C91A. Grayscale: #464646. Windows color (decimal): -13748507 or 15021614. OLE color: 15021614.

HSL color Cylindrical-coordinate representation of color #2E36E5: hue angle of 237.38º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2E36E5 is Cyan = 0.80, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB4654229-
CMYK0.800.7600.10
HSL237.38º77.87%53.92%-
HSV(B)237.38º79.91%89.8%-
XYZ16.598.8874.97-
YUV71.56216.85109.77-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 13.98%
GREEN value IS 54 (21.48% from 255) = 16.41%
BLUE value IS 229 (89.84% from 255) = 69.60%
R=13.98%
G=16.41%
B=69.60%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal46542290.800.7600.10237.3877.8753.92
Hex2E36E5504C0Aed4e36
Octal566634512011401235511666
Binary101110110110111001011010000100110001010111011011001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E36E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2E36E5; }

 p { color: rgb(46,54,229); }

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

<style>
 a { background-color: #2E36E5; }

 a { background-color: rgb(46,54,229); }

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

<style>
 span { border-color: #2E36E5; }

 span { border-color: rgb(46,54,229); }

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