#2E3DF9

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

Shades of Neon Blue #2E3DF9

Tints of Neon Blue #2E3DF9

Color information

#2E3DF9 (or 0x2E3DF9) is unknown color: approx Neon Blue. HEX triplet: 2E, 3D and F9. RGB value is (46,61,249). Sum of RGB (Red+Green+Blue) = 46+61+249=356 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.92% from 356); Green value is 61 (24.22% from 255 or 17.13% from 356); Blue value is 249 (97.66% from 255 or 69.94% from 356); Max value from RGB is 249 - color contains mainly: blue. Hex color #2E3DF9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2E3DF9 is #D1C206. Grayscale: #4D4D4D. Windows color (decimal): -13746695 or 16334126. OLE color: 16334126.

HSL color Cylindrical-coordinate representation of color #2E3DF9: hue angle of 235.57º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2E3DF9 is Cyan = 0.82, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB4661249-
CMYK0.820.7600.02
HSL235.57º94.42%57.84%-
HSV(B)235.57º81.53%97.65%-
XYZ19.8910.7690.65-
YUV77.95224.53105.21-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 12.92%
GREEN value IS 61 (24.22% from 255) = 17.13%
BLUE value IS 249 (97.66% from 255) = 69.94%
R=12.92%
G=17.13%
B=69.94%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal46612490.820.7600.02235.5794.4257.84
Hex2E3DF9524C02ec5e3a
Octal56753711221140235413672
Binary1011101111011111100110100101001100010111011001011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E3DF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,61,249); }

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

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

 a { background-color: rgb(46,61,249); }

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

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

 span { border-color: rgb(46,61,249); }

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