#2831EF

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

Shades of Neon Blue #2831EF

Tints of Neon Blue #2831EF

Color information

#2831EF (or 0x2831EF) is unknown color: approx Neon Blue. HEX triplet: 28, 31 and EF. RGB value is (40,49,239). Sum of RGB (Red+Green+Blue) = 40+49+239=328 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.20% from 328); Green value is 49 (19.53% from 255 or 14.94% from 328); Blue value is 239 (93.75% from 255 or 72.87% from 328); Max value from RGB is 239 - color contains mainly: blue. Hex color #2831EF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2831EF is #D7CE10. Grayscale: #434343. Windows color (decimal): -14142993 or 15675688. OLE color: 15675688.

HSL color Cylindrical-coordinate representation of color #2831EF: hue angle of 237.29º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2831EF is Cyan = 0.83, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB4049239-
CMYK0.830.7900.06
HSL237.29º86.15%54.71%-
HSV(B)237.29º83.26%93.73%-
XYZ17.558.8882.45-
YUV67.97224.52108.05-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.20%
GREEN value IS 49 (19.53% from 255) = 14.94%
BLUE value IS 239 (93.75% from 255) = 72.87%
R=12.20%
G=14.94%
B=72.87%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal40492390.830.7900.06237.2986.1554.71
Hex2831EF534F06ed5637
Octal50613571231170635512667
Binary10100011000111101111101001110011110110111011011010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2831EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2831EF; }

 p { color: rgb(40,49,239); }

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

<style>
 a { background-color: #2831EF; }

 a { background-color: rgb(40,49,239); }

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

<style>
 span { border-color: #2831EF; }

 span { border-color: rgb(40,49,239); }

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