#2933EF

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

Shades of Neon Blue #2933EF

Tints of Neon Blue #2933EF

Color information

#2933EF (or 0x2933EF) is unknown color: approx Neon Blue. HEX triplet: 29, 33 and EF. RGB value is (41,51,239). Sum of RGB (Red+Green+Blue) = 41+51+239=331 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.39% from 331); Green value is 51 (20.31% from 255 or 15.41% from 331); Blue value is 239 (93.75% from 255 or 72.21% from 331); Max value from RGB is 239 - color contains mainly: blue. Hex color #2933EF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2933EF is #D6CC10. Grayscale: #444444. Windows color (decimal): -14076945 or 15676201. OLE color: 15676201.

HSL color Cylindrical-coordinate representation of color #2933EF: hue angle of 236.97º 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 #2933EF is Cyan = 0.83, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB4151239-
CMYK0.830.7900.06
HSL236.97º86.09%54.9%-
HSV(B)236.97º82.85%93.73%-
XYZ17.689.0782.48-
YUV69.44223.69107.71-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.39%
GREEN value IS 51 (20.31% from 255) = 15.41%
BLUE value IS 239 (93.75% from 255) = 72.21%
R=12.39%
G=15.41%
B=72.21%

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
Decimal41512390.830.7900.06236.9786.0954.9
Hex2933EF534F06ed5637
Octal51633571231170635512667
Binary10100111001111101111101001110011110110111011011010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2933EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,51,239); }

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

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

 a { background-color: rgb(41,51,239); }

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

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

 span { border-color: rgb(41,51,239); }

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