#2e2cfc

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

Shades of Neon Blue #2E2CFC

Tints of Neon Blue #2E2CFC

Color information

#2E2CFC (or 0x2E2CFC) is unknown color: approx Neon Blue. HEX triplet: 2E, 2C and FC. RGB value is (46,44,252). Sum of RGB (Red+Green+Blue) = 46+44+252=342 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.45% from 342); Green value is 44 (17.58% from 255 or 12.87% from 342); Blue value is 252 (98.83% from 255 or 73.68% from 342); Max value from RGB is 252 - color contains mainly: blue. Hex color #2E2CFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2E2CFC is #D1D303. Grayscale: #434343. Windows color (decimal): -13751044 or 16526382. OLE color: 16526382.

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

Color convert

RGB4644252-
CMYK0.820.8300.01
HSL240.58º97.2%58.04%-
HSV(B)240.58º82.54%98.82%-
XYZ19.69.4192.88-
YUV68.31231.66112.09-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 13.45%
GREEN value IS 44 (17.58% from 255) = 12.87%
BLUE value IS 252 (98.83% from 255) = 73.68%
R=13.45%
G=12.87%
B=73.68%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal46442520.820.8300.01240.5897.258.04
Hex2E2CFC525301f1613a
Octal56543741221230136114172
Binary101110101100111111001010010101001101111100011100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2e2cfc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,44,252); }

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

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

 a { background-color: rgb(46,44,252); }

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

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

 span { border-color: rgb(46,44,252); }

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