#2b2cef

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

Shades of Neon Blue #2B2CEF

Tints of Neon Blue #2B2CEF

Color information

#2B2CEF (or 0x2B2CEF) is unknown color: approx Neon Blue. HEX triplet: 2B, 2C and EF. RGB value is (43,44,239). Sum of RGB (Red+Green+Blue) = 43+44+239=326 (43% of max value = 765). Red value is 43 (17.19% from 255 or 13.19% from 326); Green value is 44 (17.58% from 255 or 13.50% from 326); Blue value is 239 (93.75% from 255 or 73.31% from 326); Max value from RGB is 239 - color contains mainly: blue. Hex color #2B2CEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2B2CEF is #D4D310. Grayscale: #414141. Windows color (decimal): -13947665 or 15674411. OLE color: 15674411.

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

Color convert

RGB4344239-
CMYK0.820.8200.06
HSL239.69º85.96%55.29%-
HSV(B)239.69º82.01%93.73%-
XYZ17.488.5582.39-
YUV65.93225.67111.64-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 13.19%
GREEN value IS 44 (17.58% from 255) = 13.50%
BLUE value IS 239 (93.75% from 255) = 73.31%
R=13.19%
G=13.50%
B=73.31%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal43442390.820.8200.06239.6985.9655.29
Hex2B2CEF525206f05637
Octal53543571221220636012667
Binary10101110110011101111101001010100100110111100001010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2b2cef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2b2cef; }

 p { color: rgb(43,44,239); }

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

<style>
 a { background-color: #2b2cef; }

 a { background-color: rgb(43,44,239); }

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

<style>
 span { border-color: #2b2cef; }

 span { border-color: rgb(43,44,239); }

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