#2E40F7

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

Shades of Neon Blue #2E40F7

Tints of Neon Blue #2E40F7

Color information

#2E40F7 (or 0x2E40F7) is unknown color: approx Neon Blue. HEX triplet: 2E, 40 and F7. RGB value is (46,64,247). Sum of RGB (Red+Green+Blue) = 46+64+247=357 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.89% from 357); Green value is 64 (25.39% from 255 or 17.93% from 357); Blue value is 247 (96.88% from 255 or 69.19% from 357); Max value from RGB is 247 - color contains mainly: blue. Hex color #2E40F7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2E40F7 is #D1BF08. Grayscale: #4E4E4E. Windows color (decimal): -13745929 or 16203822. OLE color: 16203822.

HSL color Cylindrical-coordinate representation of color #2E40F7: hue angle of 234.63º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2E40F7 is Cyan = 0.81, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB4664247-
CMYK0.810.7400.03
HSL234.63º92.63%57.45%-
HSV(B)234.63º81.38%96.86%-
XYZ19.7510.9689.07-
YUV79.48222.54104.12-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 12.89%
GREEN value IS 64 (25.39% from 255) = 17.93%
BLUE value IS 247 (96.88% from 255) = 69.19%
R=12.89%
G=17.93%
B=69.19%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal46642470.810.7400.03234.6392.6357.45
Hex2E40F7514A03eb5d39
Octal561003671211120335313571
Binary10111010000001111011110100011001010011111010111011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E40F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,64,247); }

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

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

 a { background-color: rgb(46,64,247); }

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

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

 span { border-color: rgb(46,64,247); }

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