#2B44F1

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

Shades of Neon Blue #2B44F1

Tints of Neon Blue #2B44F1

Color information

#2B44F1 (or 0x2B44F1) is unknown color: approx Neon Blue. HEX triplet: 2B, 44 and F1. RGB value is (43,68,241). Sum of RGB (Red+Green+Blue) = 43+68+241=352 (46% of max value = 765). Red value is 43 (17.19% from 255 or 12.22% from 352); Green value is 68 (26.95% from 255 or 19.32% from 352); Blue value is 241 (94.53% from 255 or 68.47% from 352); Max value from RGB is 241 - color contains mainly: blue. Hex color #2B44F1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2B44F1 is #D4BB0E. Grayscale: #4F4F4F. Windows color (decimal): -13941519 or 15811627. OLE color: 15811627.

HSL color Cylindrical-coordinate representation of color #2B44F1: hue angle of 232.42º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2B44F1 is Cyan = 0.82, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB4368241-
CMYK0.820.7200.05
HSL232.42º87.61%55.69%-
HSV(B)232.42º82.16%94.51%-
XYZ18.941184.34-
YUV80.25218.72101.43-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 12.22%
GREEN value IS 68 (26.95% from 255) = 19.32%
BLUE value IS 241 (94.53% from 255) = 68.47%
R=12.22%
G=19.32%
B=68.47%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal43682410.820.7200.05232.4287.6155.69
Hex2B44F1524805e85838
Octal531043611221100535013070
Binary101011100010011110001101001010010000101111010001011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B44F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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