#2C4AF7

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

Shades of Neon Blue #2C4AF7

Tints of Neon Blue #2C4AF7

Color information

#2C4AF7 (or 0x2C4AF7) is unknown color: approx Neon Blue. HEX triplet: 2C, 4A and F7. RGB value is (44,74,247). Sum of RGB (Red+Green+Blue) = 44+74+247=365 (48% of max value = 765). Red value is 44 (17.58% from 255 or 12.05% from 365); Green value is 74 (29.30% from 255 or 20.27% from 365); Blue value is 247 (96.88% from 255 or 67.67% from 365); Max value from RGB is 247 - color contains mainly: blue. Hex color #2C4AF7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2C4AF7 is #D3B508. Grayscale: #545454. Windows color (decimal): -13874441 or 16206380. OLE color: 16206380.

HSL color Cylindrical-coordinate representation of color #2C4AF7: hue angle of 231.13º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2C4AF7 is Cyan = 0.82, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB4474247-
CMYK0.820.7000.03
HSL231.13º92.69%57.06%-
HSV(B)231.13º82.19%96.86%-
XYZ20.2812.1589.27-
YUV84.75219.5698.93-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 12.05%
GREEN value IS 74 (29.30% from 255) = 20.27%
BLUE value IS 247 (96.88% from 255) = 67.67%
R=12.05%
G=20.27%
B=67.67%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal44742470.820.7000.03231.1392.6957.06
Hex2C4AF7524603e75d39
Octal541123671221060334713571
Binary10110010010101111011110100101000110011111001111011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C4AF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,74,247); }

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

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

 a { background-color: rgb(44,74,247); }

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

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

 span { border-color: rgb(44,74,247); }

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