#2B44E7

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

Shades of Neon Blue #2B44E7

Tints of Neon Blue #2B44E7

Color information

#2B44E7 (or 0x2B44E7) is unknown color: approx Neon Blue. HEX triplet: 2B, 44 and E7. RGB value is (43,68,231). Sum of RGB (Red+Green+Blue) = 43+68+231=342 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.57% from 342); Green value is 68 (26.95% from 255 or 19.88% from 342); Blue value is 231 (90.62% from 255 or 67.54% from 342); Max value from RGB is 231 - color contains mainly: blue. Hex color #2B44E7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2B44E7 is #D4BB18. Grayscale: #4E4E4E. Windows color (decimal): -13941529 or 15156267. OLE color: 15156267.

HSL color Cylindrical-coordinate representation of color #2B44E7: hue angle of 232.02º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2B44E7 is Cyan = 0.81, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB4368231-
CMYK0.810.7100.09
HSL232.02º79.66%53.73%-
HSV(B)232.02º81.39%90.59%-
XYZ17.4910.4276.69-
YUV79.11213.72102.25-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 12.57%
GREEN value IS 68 (26.95% from 255) = 19.88%
BLUE value IS 231 (90.62% from 255) = 67.54%
R=12.57%
G=19.88%
B=67.54%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal43682310.810.7100.09232.0279.6653.73
Hex2B44E7514709e85036
Octal5310434712110701135012066
Binary1010111000100111001111010001100011101001111010001010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B44E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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