#2838EC

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

Shades of Neon Blue #2838EC

Tints of Neon Blue #2838EC

Color information

#2838EC (or 0x2838EC) is unknown color: approx Neon Blue. HEX triplet: 28, 38 and EC. RGB value is (40,56,236). Sum of RGB (Red+Green+Blue) = 40+56+236=332 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.05% from 332); Green value is 56 (22.27% from 255 or 16.87% from 332); Blue value is 236 (92.58% from 255 or 71.08% from 332); Max value from RGB is 236 - color contains mainly: blue. Hex color #2838EC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2838EC is #D7C713. Grayscale: #474747. Windows color (decimal): -14141204 or 15480872. OLE color: 15480872.

HSL color Cylindrical-coordinate representation of color #2838EC: hue angle of 235.1º 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 #2838EC is Cyan = 0.83, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB4056236-
CMYK0.830.7600.07
HSL235.1º83.76%54.12%-
HSV(B)235.1º83.05%92.55%-
XYZ17.439.3480.24-
YUV71.74220.7105.36-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.05%
GREEN value IS 56 (22.27% from 255) = 16.87%
BLUE value IS 236 (92.58% from 255) = 71.08%
R=12.05%
G=16.87%
B=71.08%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal40562360.830.7600.07235.183.7654.12
Hex2838EC534C07eb5436
Octal50703541231140735312466
Binary10100011100011101100101001110011000111111010111010100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2838EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,56,236); }

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

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

 a { background-color: rgb(40,56,236); }

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

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

 span { border-color: rgb(40,56,236); }

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