#2B2EFE

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

Shades of Neon Blue #2B2EFE

Tints of Neon Blue #2B2EFE

Color information

#2B2EFE (or 0x2B2EFE) is unknown color: approx Neon Blue. HEX triplet: 2B, 2E and FE. RGB value is (43,46,254). Sum of RGB (Red+Green+Blue) = 43+46+254=343 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.54% from 343); Green value is 46 (18.36% from 255 or 13.41% from 343); Blue value is 254 (99.61% from 255 or 74.05% from 343); Max value from RGB is 254 - color contains mainly: blue. Hex color #2B2EFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2B2EFE is #D4D101. Grayscale: #434343. Windows color (decimal): -13947138 or 16657963. OLE color: 16657963.

HSL color Cylindrical-coordinate representation of color #2B2EFE: hue angle of 239.15º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2B2EFE is Cyan = 0.83, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB4346254-
CMYK0.830.8200.00
HSL239.15º99.06%58.24%-
HSV(B)239.15º83.07%99.61%-
XYZ19.869.6294.58-
YUV68.82232.51109.59-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 12.54%
GREEN value IS 46 (18.36% from 255) = 13.41%
BLUE value IS 254 (99.61% from 255) = 74.05%
R=12.54%
G=13.41%
B=74.05%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal43462540.830.8200.00239.1599.0658.24
Hex2B2EFE535200ef633a
Octal53563761231220035714372
Binary101011101110111111101010011101001000111011111100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B2EFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,46,254); }

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

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

 a { background-color: rgb(43,46,254); }

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

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

 span { border-color: rgb(43,46,254); }

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