#1142FA

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

Shades of Neon Blue #1142FA

Tints of Neon Blue #1142FA

Color information

#1142FA (or 0x1142FA) is unknown color: approx Neon Blue. HEX triplet: 11, 42 and FA. RGB value is (17,66,250). Sum of RGB (Red+Green+Blue) = 17+66+250=333 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.11% from 333); Green value is 66 (26.17% from 255 or 19.82% from 333); Blue value is 250 (98.05% from 255 or 75.08% from 333); Max value from RGB is 250 - color contains mainly: blue. Hex color #1142FA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1142FA is #EEBD05. Grayscale: #474747. Windows color (decimal): -15645958 or 16400913. OLE color: 16400913.

HSL color Cylindrical-coordinate representation of color #1142FA: hue angle of 227.38º 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 #1142FA is Cyan = 0.93, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB1766250-
CMYK0.930.7400.02
HSL227.38º95.88%52.35%-
HSV(B)227.38º93.2%98.04%-
XYZ19.4310.9291.53-
YUV72.32228.2788.54-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.11%
GREEN value IS 66 (26.17% from 255) = 19.82%
BLUE value IS 250 (98.05% from 255) = 75.08%
R=5.11%
G=19.82%
B=75.08%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal17662500.930.7400.02227.3895.8852.35
Hex1142FA5D4A02e36034
Octal211023721351120234314064
Binary1000110000101111101010111011001010010111000111100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1142FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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