#2E4EF2

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

Shades of Neon Blue #2E4EF2

Tints of Neon Blue #2E4EF2

Color information

#2E4EF2 (or 0x2E4EF2) is unknown color: approx Neon Blue. HEX triplet: 2E, 4E and F2. RGB value is (46,78,242). Sum of RGB (Red+Green+Blue) = 46+78+242=366 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.57% from 366); Green value is 78 (30.86% from 255 or 21.31% from 366); Blue value is 242 (94.92% from 255 or 66.12% from 366); Max value from RGB is 242 - color contains mainly: blue. Hex color #2E4EF2 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2E4EF2 is #D1B10D. Grayscale: #565656. Windows color (decimal): -13742350 or 15879726. OLE color: 15879726.

HSL color Cylindrical-coordinate representation of color #2E4EF2: hue angle of 230.2º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2E4EF2 is Cyan = 0.81, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB4678242-
CMYK0.810.6800.05
HSL230.2º88.29%56.47%-
HSV(B)230.2º80.99%94.9%-
XYZ19.8812.4485.36-
YUV87.13215.498.66-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 12.57%
GREEN value IS 78 (30.86% from 255) = 21.31%
BLUE value IS 242 (94.92% from 255) = 66.12%
R=12.57%
G=21.31%
B=66.12%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal46782420.810.6800.05230.288.2956.47
Hex2E4EF2514405e65838
Octal561163621211040534613070
Binary101110100111011110010101000110001000101111001101011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E4EF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,78,242); }

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

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

 a { background-color: rgb(46,78,242); }

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

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

 span { border-color: rgb(46,78,242); }

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