#2B43F4

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

Shades of Neon Blue #2B43F4

Tints of Neon Blue #2B43F4

Color information

#2B43F4 (or 0x2B43F4) is unknown color: approx Neon Blue. HEX triplet: 2B, 43 and F4. RGB value is (43,67,244). Sum of RGB (Red+Green+Blue) = 43+67+244=354 (46% of max value = 765). Red value is 43 (17.19% from 255 or 12.15% from 354); Green value is 67 (26.56% from 255 or 18.93% from 354); Blue value is 244 (95.70% from 255 or 68.93% from 354); Max value from RGB is 244 - color contains mainly: blue. Hex color #2B43F4 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2B43F4 is #D4BC0B. Grayscale: #4F4F4F. Windows color (decimal): -13941772 or 16007979. OLE color: 16007979.

HSL color Cylindrical-coordinate representation of color #2B43F4: hue angle of 232.84º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2B43F4 is Cyan = 0.82, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB4367244-
CMYK0.820.7300.04
HSL232.84º90.13%56.27%-
HSV(B)232.84º82.38%95.69%-
XYZ19.3311.0686.7-
YUV80220.55101.61-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 12.15%
GREEN value IS 67 (26.56% from 255) = 18.93%
BLUE value IS 244 (95.70% from 255) = 68.93%
R=12.15%
G=18.93%
B=68.93%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal43672440.820.7300.04232.8490.1356.27
Hex2B43F4524904e95a38
Octal531033641221110435113270
Binary101011100001111110100101001010010010100111010011011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B43F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,67,244); }

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

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

 a { background-color: rgb(43,67,244); }

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

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

 span { border-color: rgb(43,67,244); }

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