#2746EC

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

Shades of Neon Blue #2746EC

Tints of Neon Blue #2746EC

Color information

#2746EC (or 0x2746EC) is unknown color: approx Neon Blue. HEX triplet: 27, 46 and EC. RGB value is (39,70,236). Sum of RGB (Red+Green+Blue) = 39+70+236=345 (45% of max value = 765). Red value is 39 (15.62% from 255 or 11.30% from 345); Green value is 70 (27.73% from 255 or 20.29% from 345); Blue value is 236 (92.58% from 255 or 68.41% from 345); Max value from RGB is 236 - color contains mainly: blue. Hex color #2746EC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2746EC is #D8B913. Grayscale: #4E4E4E. Windows color (decimal): -14203156 or 15484455. OLE color: 15484455.

HSL color Cylindrical-coordinate representation of color #2746EC: hue angle of 230.56º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2746EC is Cyan = 0.83, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB3970236-
CMYK0.830.7000.07
HSL230.56º83.83%53.92%-
HSV(B)230.56º83.47%92.55%-
XYZ18.1710.8780.5-
YUV79.66216.2399-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 11.30%
GREEN value IS 70 (27.73% from 255) = 20.29%
BLUE value IS 236 (92.58% from 255) = 68.41%
R=11.30%
G=20.29%
B=68.41%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal39702360.830.7000.07230.5683.8353.92
Hex2746EC534607e75436
Octal471063541231060734712466
Binary100111100011011101100101001110001100111111001111010100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2746EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2746EC; }

 p { color: rgb(39,70,236); }

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

<style>
 a { background-color: #2746EC; }

 a { background-color: rgb(39,70,236); }

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

<style>
 span { border-color: #2746EC; }

 span { border-color: rgb(39,70,236); }

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