#2E3CF9

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

Shades of Neon Blue #2E3CF9

Tints of Neon Blue #2E3CF9

Color information

#2E3CF9 (or 0x2E3CF9) is unknown color: approx Neon Blue. HEX triplet: 2E, 3C and F9. RGB value is (46,60,249). Sum of RGB (Red+Green+Blue) = 46+60+249=355 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.96% from 355); Green value is 60 (23.83% from 255 or 16.90% from 355); Blue value is 249 (97.66% from 255 or 70.14% from 355); Max value from RGB is 249 - color contains mainly: blue. Hex color #2E3CF9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2E3CF9 is #D1C306. Grayscale: #4C4C4C. Windows color (decimal): -13746951 or 16333870. OLE color: 16333870.

HSL color Cylindrical-coordinate representation of color #2E3CF9: hue angle of 235.86º 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 #2E3CF9 is Cyan = 0.82, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB4660249-
CMYK0.820.7600.02
HSL235.86º94.42%57.84%-
HSV(B)235.86º81.53%97.65%-
XYZ19.8410.6590.63-
YUV77.36224.86105.63-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 12.96%
GREEN value IS 60 (23.83% from 255) = 16.90%
BLUE value IS 249 (97.66% from 255) = 70.14%
R=12.96%
G=16.90%
B=70.14%

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
Decimal46602490.820.7600.02235.8694.4257.84
Hex2E3CF9524C02ec5e3a
Octal56743711221140235413672
Binary1011101111001111100110100101001100010111011001011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E3CF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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