#2E35E5

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

Shades of Neon Blue #2E35E5

Tints of Neon Blue #2E35E5

Color information

#2E35E5 (or 0x2E35E5) is unknown color: approx Neon Blue. HEX triplet: 2E, 35 and E5. RGB value is (46,53,229). Sum of RGB (Red+Green+Blue) = 46+53+229=328 (43% of max value = 765). Red value is 46 (18.36% from 255 or 14.02% from 328); Green value is 53 (21.09% from 255 or 16.16% from 328); Blue value is 229 (89.84% from 255 or 69.82% from 328); Max value from RGB is 229 - color contains mainly: blue. Hex color #2E35E5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E35E5 is #D1CA1A. Grayscale: #464646. Windows color (decimal): -13748763 or 15021358. OLE color: 15021358.

HSL color Cylindrical-coordinate representation of color #2E35E5: hue angle of 237.7º 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 #2E35E5 is Cyan = 0.80, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB4653229-
CMYK0.800.7700.10
HSL237.7º77.87%53.92%-
HSV(B)237.7º79.91%89.8%-
XYZ16.548.7874.95-
YUV70.97217.18110.19-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 14.02%
GREEN value IS 53 (21.09% from 255) = 16.16%
BLUE value IS 229 (89.84% from 255) = 69.82%
R=14.02%
G=16.16%
B=69.82%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal46532290.800.7700.10237.777.8753.92
Hex2E35E5504D0Aee4e36
Octal566534512011501235611666
Binary101110110101111001011010000100110101010111011101001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E35E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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