#1143FA

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

Shades of Neon Blue #1143FA

Tints of Neon Blue #1143FA

Color information

#1143FA (or 0x1143FA) is unknown color: approx Neon Blue. HEX triplet: 11, 43 and FA. RGB value is (17,67,250). Sum of RGB (Red+Green+Blue) = 17+67+250=334 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.09% from 334); Green value is 67 (26.56% from 255 or 20.06% from 334); Blue value is 250 (98.05% from 255 or 74.85% from 334); Max value from RGB is 250 - color contains mainly: blue. Hex color #1143FA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1143FA is #EEBC05. Grayscale: #484848. Windows color (decimal): -15645702 or 16401169. OLE color: 16401169.

HSL color Cylindrical-coordinate representation of color #1143FA: hue angle of 227.12º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1143FA is Cyan = 0.93, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB1767250-
CMYK0.930.7300.02
HSL227.12º95.88%52.35%-
HSV(B)227.12º93.2%98.04%-
XYZ19.4911.0491.55-
YUV72.91227.9488.12-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.09%
GREEN value IS 67 (26.56% from 255) = 20.06%
BLUE value IS 250 (98.05% from 255) = 74.85%
R=5.09%
G=20.06%
B=74.85%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal17672500.930.7300.02227.1295.8852.35
Hex1143FA5D4902e36034
Octal211033721351110234314064
Binary1000110000111111101010111011001001010111000111100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1143FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1143FA; }

 p { color: rgb(17,67,250); }

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

<style>
 a { background-color: #1143FA; }

 a { background-color: rgb(17,67,250); }

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

<style>
 span { border-color: #1143FA; }

 span { border-color: rgb(17,67,250); }

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