#2B44EF

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

Shades of Neon Blue #2B44EF

Tints of Neon Blue #2B44EF

Color information

#2B44EF (or 0x2B44EF) is unknown color: approx Neon Blue. HEX triplet: 2B, 44 and EF. RGB value is (43,68,239). Sum of RGB (Red+Green+Blue) = 43+68+239=350 (46% of max value = 765). Red value is 43 (17.19% from 255 or 12.29% from 350); Green value is 68 (26.95% from 255 or 19.43% from 350); Blue value is 239 (93.75% from 255 or 68.29% from 350); Max value from RGB is 239 - color contains mainly: blue. Hex color #2B44EF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2B44EF is #D4BB10. Grayscale: #4F4F4F. Windows color (decimal): -13941521 or 15680555. OLE color: 15680555.

HSL color Cylindrical-coordinate representation of color #2B44EF: hue angle of 232.35º 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 #2B44EF is Cyan = 0.82, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB4368239-
CMYK0.820.7200.06
HSL232.35º85.96%55.29%-
HSV(B)232.35º82.01%93.73%-
XYZ18.6410.8882.78-
YUV80.02217.72101.6-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 12.29%
GREEN value IS 68 (26.95% from 255) = 19.43%
BLUE value IS 239 (93.75% from 255) = 68.29%
R=12.29%
G=19.43%
B=68.29%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal43682390.820.7200.06232.3585.9655.29
Hex2B44EF524806e85637
Octal531043571221100635012667
Binary101011100010011101111101001010010000110111010001010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B44EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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