#2C4FFC

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

Shades of Neon Blue #2C4FFC

Tints of Neon Blue #2C4FFC

Color information

#2C4FFC (or 0x2C4FFC) is unknown color: approx Neon Blue. HEX triplet: 2C, 4F and FC. RGB value is (44,79,252). Sum of RGB (Red+Green+Blue) = 44+79+252=375 (49% of max value = 765). Red value is 44 (17.58% from 255 or 11.73% from 375); Green value is 79 (31.25% from 255 or 21.07% from 375); Blue value is 252 (98.83% from 255 or 67.2% from 375); Max value from RGB is 252 - color contains mainly: blue. Hex color #2C4FFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2C4FFC is #D3B003. Grayscale: #575757. Windows color (decimal): -13873156 or 16535340. OLE color: 16535340.

HSL color Cylindrical-coordinate representation of color #2C4FFC: hue angle of 229.9º 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 #2C4FFC is Cyan = 0.83, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB4479252-
CMYK0.830.6900.01
HSL229.9º97.2%58.04%-
HSV(B)229.9º82.54%98.82%-
XYZ21.4113.1693.51-
YUV88.26220.496.43-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 11.73%
GREEN value IS 79 (31.25% from 255) = 21.07%
BLUE value IS 252 (98.83% from 255) = 67.2%
R=11.73%
G=21.07%
B=67.2%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal44792520.830.6900.01229.997.258.04
Hex2C4FFC534501e6613a
Octal541173741231050134614172
Binary1011001001111111111001010011100010101111001101100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C4FFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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