#2E35F6

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

Shades of Neon Blue #2E35F6

Tints of Neon Blue #2E35F6

Color information

#2E35F6 (or 0x2E35F6) is unknown color: approx Neon Blue. HEX triplet: 2E, 35 and F6. RGB value is (46,53,246). Sum of RGB (Red+Green+Blue) = 46+53+246=345 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.33% from 345); Green value is 53 (21.09% from 255 or 15.36% from 345); Blue value is 246 (96.48% from 255 or 71.30% from 345); Max value from RGB is 246 - color contains mainly: blue. Hex color #2E35F6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2E35F6 is #D1CA09. Grayscale: #484848. Windows color (decimal): -13748746 or 16135470. OLE color: 16135470.

HSL color Cylindrical-coordinate representation of color #2E35F6: hue angle of 237.9º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2E35F6 is Cyan = 0.81, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB4653246-
CMYK0.810.7800.04
HSL237.9º91.74%57.25%-
HSV(B)237.9º81.3%96.47%-
XYZ19.039.7888.07-
YUV72.91225.68108.81-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 13.33%
GREEN value IS 53 (21.09% from 255) = 15.36%
BLUE value IS 246 (96.48% from 255) = 71.30%
R=13.33%
G=15.36%
B=71.30%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal46532460.810.7800.04237.991.7457.25
Hex2E35F6514E04ee5c39
Octal56653661211160435613471
Binary10111011010111110110101000110011100100111011101011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E35F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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