#2C4CF7

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

Shades of Neon Blue #2C4CF7

Tints of Neon Blue #2C4CF7

Color information

#2C4CF7 (or 0x2C4CF7) is unknown color: approx Neon Blue. HEX triplet: 2C, 4C and F7. RGB value is (44,76,247). Sum of RGB (Red+Green+Blue) = 44+76+247=367 (48% of max value = 765). Red value is 44 (17.58% from 255 or 11.99% from 367); Green value is 76 (30.08% from 255 or 20.71% from 367); Blue value is 247 (96.88% from 255 or 67.30% from 367); Max value from RGB is 247 - color contains mainly: blue. Hex color #2C4CF7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2C4CF7 is #D3B308. Grayscale: #555555. Windows color (decimal): -13873929 or 16206892. OLE color: 16206892.

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

Color convert

RGB4476247-
CMYK0.820.6900.03
HSL230.54º92.69%57.06%-
HSV(B)230.54º82.19%96.86%-
XYZ20.4112.4289.32-
YUV85.93218.998.1-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 11.99%
GREEN value IS 76 (30.08% from 255) = 20.71%
BLUE value IS 247 (96.88% from 255) = 67.30%
R=11.99%
G=20.71%
B=67.30%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal44762470.820.6900.03230.5492.6957.06
Hex2C4CF7524503e75d39
Octal541143671221050334713571
Binary10110010011001111011110100101000101011111001111011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C4CF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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