#2744EA

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

Shades of Neon Blue #2744EA

Tints of Neon Blue #2744EA

Color information

#2744EA (or 0x2744EA) is unknown color: approx Neon Blue. HEX triplet: 27, 44 and EA. RGB value is (39,68,234). Sum of RGB (Red+Green+Blue) = 39+68+234=341 (45% of max value = 765). Red value is 39 (15.62% from 255 or 11.44% from 341); Green value is 68 (26.95% from 255 or 19.94% from 341); Blue value is 234 (91.80% from 255 or 68.62% from 341); Max value from RGB is 234 - color contains mainly: blue. Hex color #2744EA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2744EA is #D8BB15. Grayscale: #4D4D4D. Windows color (decimal): -14203670 or 15352871. OLE color: 15352871.

HSL color Cylindrical-coordinate representation of color #2744EA: hue angle of 231.08º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2744EA is Cyan = 0.83, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB3968234-
CMYK0.830.7100.08
HSL231.08º82.28%53.53%-
HSV(B)231.08º83.33%91.76%-
XYZ17.7610.5178.93-
YUV78.25215.89100-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 11.44%
GREEN value IS 68 (26.95% from 255) = 19.94%
BLUE value IS 234 (91.80% from 255) = 68.62%
R=11.44%
G=19.94%
B=68.62%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal39682340.830.7100.08231.0882.2853.53
Hex2744EA534708e75236
Octal4710435212310701034712266
Binary1001111000100111010101010011100011101000111001111010010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2744EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2744EA; }

 p { color: rgb(39,68,234); }

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

<style>
 a { background-color: #2744EA; }

 a { background-color: rgb(39,68,234); }

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

<style>
 span { border-color: #2744EA; }

 span { border-color: rgb(39,68,234); }

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