#1C49F7

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

Shades of Neon Blue #1C49F7

Tints of Neon Blue #1C49F7

Color information

#1C49F7 (or 0x1C49F7) is unknown color: approx Neon Blue. HEX triplet: 1C, 49 and F7. RGB value is (28,73,247). Sum of RGB (Red+Green+Blue) = 28+73+247=348 (46% of max value = 765). Red value is 28 (11.33% from 255 or 8.05% from 348); Green value is 73 (28.91% from 255 or 20.98% from 348); Blue value is 247 (96.88% from 255 or 70.98% from 348); Max value from RGB is 247 - color contains mainly: blue. Hex color #1C49F7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1C49F7 is #E3B608. Grayscale: #4E4E4E. Windows color (decimal): -14923273 or 16206108. OLE color: 16206108.

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

Color convert

RGB2873247-
CMYK0.890.7000.03
HSL227.67º93.19%53.92%-
HSV(B)227.67º88.66%96.86%-
XYZ19.6511.7389.22-
YUV79.38222.5991.35-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 8.05%
GREEN value IS 73 (28.91% from 255) = 20.98%
BLUE value IS 247 (96.88% from 255) = 70.98%
R=8.05%
G=20.98%
B=70.98%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal28732470.890.7000.03227.6793.1953.92
Hex1C49F7594603e45d36
Octal341113671311060334413566
Binary1110010010011111011110110011000110011111001001011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C49F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1C49F7; }

 p { color: rgb(28,73,247); }

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

<style>
 a { background-color: #1C49F7; }

 a { background-color: rgb(28,73,247); }

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

<style>
 span { border-color: #1C49F7; }

 span { border-color: rgb(28,73,247); }

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