#1149FE

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

Shades of Neon Blue #1149FE

Tints of Neon Blue #1149FE

Color information

#1149FE (or 0x1149FE) is unknown color: approx Neon Blue. HEX triplet: 11, 49 and FE. RGB value is (17,73,254). Sum of RGB (Red+Green+Blue) = 17+73+254=344 (45% of max value = 765). Red value is 17 (7.03% from 255 or 4.94% from 344); Green value is 73 (28.91% from 255 or 21.22% from 344); Blue value is 254 (99.61% from 255 or 73.84% from 344); Max value from RGB is 254 - color contains mainly: blue. Hex color #1149FE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1149FE is #EEB601. Grayscale: #4C4C4C. Windows color (decimal): -15644162 or 16664849. OLE color: 16664849.

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

Color convert

RGB1773254-
CMYK0.930.7100.00
HSL225.82º99.16%53.14%-
HSV(B)225.82º93.31%99.61%-
XYZ20.512.0495.01-
YUV76.89227.9585.28-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.94%
GREEN value IS 73 (28.91% from 255) = 21.22%
BLUE value IS 254 (99.61% from 255) = 73.84%
R=4.94%
G=21.22%
B=73.84%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal17732540.930.7100.00225.8299.1653.14
Hex1149FE5D4700e26335
Octal211113761351070034214365
Binary100011001001111111101011101100011100111000101100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1149FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1149FE; }

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

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

<style>
 a { background-color: #1149FE; }

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

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

<style>
 span { border-color: #1149FE; }

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

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