#1D49F9

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

Shades of Neon Blue #1D49F9

Tints of Neon Blue #1D49F9

Color information

#1D49F9 (or 0x1D49F9) is unknown color: approx Neon Blue. HEX triplet: 1D, 49 and F9. RGB value is (29,73,249). Sum of RGB (Red+Green+Blue) = 29+73+249=351 (46% of max value = 765). Red value is 29 (11.72% from 255 or 8.26% from 351); Green value is 73 (28.91% from 255 or 20.80% from 351); Blue value is 249 (97.66% from 255 or 70.94% from 351); Max value from RGB is 249 - color contains mainly: blue. Hex color #1D49F9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1D49F9 is #E2B606. Grayscale: #4F4F4F. Windows color (decimal): -14857735 or 16337181. OLE color: 16337181.

HSL color Cylindrical-coordinate representation of color #1D49F9: hue angle of 228º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1D49F9 is Cyan = 0.88, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB2973249-
CMYK0.880.7100.02
HSL228º94.83%54.51%-
HSV(B)228º88.35%97.65%-
XYZ19.9911.8790.86-
YUV79.91223.4291.69-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 8.26%
GREEN value IS 73 (28.91% from 255) = 20.80%
BLUE value IS 249 (97.66% from 255) = 70.94%
R=8.26%
G=20.80%
B=70.94%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal29732490.880.7100.0222894.8354.51
Hex1D49F9584702e45f37
Octal351113711301070234413767
Binary1110110010011111100110110001000111010111001001011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D49F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,73,249); }

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

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

 a { background-color: rgb(29,73,249); }

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

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

 span { border-color: rgb(29,73,249); }

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