#2E35E7

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

Shades of Neon Blue #2E35E7

Tints of Neon Blue #2E35E7

Color information

#2E35E7 (or 0x2E35E7) is unknown color: approx Neon Blue. HEX triplet: 2E, 35 and E7. RGB value is (46,53,231). Sum of RGB (Red+Green+Blue) = 46+53+231=330 (43% of max value = 765). Red value is 46 (18.36% from 255 or 13.94% from 330); Green value is 53 (21.09% from 255 or 16.06% from 330); Blue value is 231 (90.62% from 255 or 70% from 330); Max value from RGB is 231 - color contains mainly: blue. Hex color #2E35E7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2E35E7 is #D1CA18. Grayscale: #464646. Windows color (decimal): -13748761 or 15152430. OLE color: 15152430.

HSL color Cylindrical-coordinate representation of color #2E35E7: hue angle of 237.73º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2E35E7 is Cyan = 0.80, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB4653231-
CMYK0.800.7700.09
HSL237.73º79.4%54.31%-
HSV(B)237.73º80.09%90.59%-
XYZ16.828.976.43-
YUV71.2218.18110.03-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 13.94%
GREEN value IS 53 (21.09% from 255) = 16.06%
BLUE value IS 231 (90.62% from 255) = 70%
R=13.94%
G=16.06%
B=70%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal46532310.800.7700.09237.7379.454.31
Hex2E35E7504D09ee4f36
Octal566534712011501135611766
Binary101110110101111001111010000100110101001111011101001111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E35E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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