#1149FF

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

Shades of Neon Blue #1149FF

Tints of Neon Blue #1149FF

Color information

#1149FF (or 0x1149FF) is unknown color: approx Neon Blue. HEX triplet: 11, 49 and FF. RGB value is (17,73,255). Sum of RGB (Red+Green+Blue) = 17+73+255=345 (45% of max value = 765). Red value is 17 (7.03% from 255 or 4.93% from 345); Green value is 73 (28.91% from 255 or 21.16% from 345); Blue value is 255 (100% from 255 or 73.91% from 345); Max value from RGB is 255 - color contains mainly: blue. Hex color #1149FF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1149FF is #EEB600. Grayscale: #4C4C4C. Windows color (decimal): -15644161 or 16730385. OLE color: 16730385.

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

Color convert

RGB1773255-
CMYK0.930.7100
HSL225.88º100%53.33%-
HSV(B)225.88º93.33%100%-
XYZ20.6612.195.86-
YUV77228.4585.2-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.93%
GREEN value IS 73 (28.91% from 255) = 21.16%
BLUE value IS 255 (100% from 255) = 73.91%
R=4.93%
G=21.16%
B=73.91%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal17732550.930.7100225.8810053.33
Hex1149FF5D4700e26435
Octal211113771351070034214465
Binary100011001001111111111011101100011100111000101100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1149FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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