#1146FF

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

Shades of Neon Blue #1146FF

Tints of Neon Blue #1146FF

Color information

#1146FF (or 0x1146FF) is unknown color: approx Neon Blue. HEX triplet: 11, 46 and FF. RGB value is (17,70,255). Sum of RGB (Red+Green+Blue) = 17+70+255=342 (45% of max value = 765). Red value is 17 (7.03% from 255 or 4.97% from 342); Green value is 70 (27.73% from 255 or 20.47% from 342); Blue value is 255 (100% from 255 or 74.56% from 342); Max value from RGB is 255 - color contains mainly: blue. Hex color #1146FF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1146FF is #EEB900. Grayscale: #4A4A4A. Windows color (decimal): -15644929 or 16729617. OLE color: 16729617.

HSL color Cylindrical-coordinate representation of color #1146FF: hue angle of 226.64º 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 #1146FF is Cyan = 0.93, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB1770255-
CMYK0.930.7300
HSL226.64º100%53.33%-
HSV(B)226.64º93.33%100%-
XYZ20.4711.7295.79-
YUV75.24229.4486.46-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.97%
GREEN value IS 70 (27.73% from 255) = 20.47%
BLUE value IS 255 (100% from 255) = 74.56%
R=4.97%
G=20.47%
B=74.56%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal17702550.930.7300226.6410053.33
Hex1146FF5D4900e36435
Octal211063771351110034314465
Binary100011000110111111111011101100100100111000111100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1146FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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