#1D49FE

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

Shades of Neon Blue #1D49FE

Tints of Neon Blue #1D49FE

Color information

#1D49FE (or 0x1D49FE) is unknown color: approx Neon Blue. HEX triplet: 1D, 49 and FE. RGB value is (29,73,254). Sum of RGB (Red+Green+Blue) = 29+73+254=356 (47% of max value = 765). Red value is 29 (11.72% from 255 or 8.15% from 356); Green value is 73 (28.91% from 255 or 20.51% from 356); Blue value is 254 (99.61% from 255 or 71.35% from 356); Max value from RGB is 254 - color contains mainly: blue. Hex color #1D49FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1D49FE is #E2B601. Grayscale: #4F4F4F. Windows color (decimal): -14857730 or 16664861. OLE color: 16664861.

HSL color Cylindrical-coordinate representation of color #1D49FE: hue angle of 228.27º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1D49FE is Cyan = 0.89, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB2973254-
CMYK0.890.7100.00
HSL228.27º99.12%55.49%-
HSV(B)228.27º88.58%99.61%-
XYZ20.7812.1895.02-
YUV80.48225.9291.28-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 8.15%
GREEN value IS 73 (28.91% from 255) = 20.51%
BLUE value IS 254 (99.61% from 255) = 71.35%
R=8.15%
G=20.51%
B=71.35%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal29732540.890.7100.00228.2799.1255.49
Hex1D49FE594700e46337
Octal351113761311070034414367
Binary111011001001111111101011001100011100111001001100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D49FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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