#2E4CF0

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

Shades of Neon Blue #2E4CF0

Tints of Neon Blue #2E4CF0

Color information

#2E4CF0 (or 0x2E4CF0) is unknown color: approx Neon Blue. HEX triplet: 2E, 4C and F0. RGB value is (46,76,240). Sum of RGB (Red+Green+Blue) = 46+76+240=362 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.71% from 362); Green value is 76 (30.08% from 255 or 20.99% from 362); Blue value is 240 (94.14% from 255 or 66.30% from 362); Max value from RGB is 240 - color contains mainly: blue. Hex color #2E4CF0 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2E4CF0 is #D1B30F. Grayscale: #555555. Windows color (decimal): -13742864 or 15748142. OLE color: 15748142.

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

Color convert

RGB4676240-
CMYK0.810.6800.06
HSL230.72º86.61%56.08%-
HSV(B)230.72º80.83%94.12%-
XYZ19.4412.0483.74-
YUV85.73215.0699.66-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 12.71%
GREEN value IS 76 (30.08% from 255) = 20.99%
BLUE value IS 240 (94.14% from 255) = 66.30%
R=12.71%
G=20.99%
B=66.30%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal46762400.810.6800.06230.7286.6156.08
Hex2E4CF0514406e75738
Octal561143601211040634712770
Binary101110100110011110000101000110001000110111001111010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E4CF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,76,240); }

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

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

 a { background-color: rgb(46,76,240); }

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

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

 span { border-color: rgb(46,76,240); }

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