#1148FE

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

Shades of Neon Blue #1148FE

Tints of Neon Blue #1148FE

Color information

#1148FE (or 0x1148FE) is unknown color: approx Neon Blue. HEX triplet: 11, 48 and FE. RGB value is (17,72,254). Sum of RGB (Red+Green+Blue) = 17+72+254=343 (45% of max value = 765). Red value is 17 (7.03% from 255 or 4.96% from 343); Green value is 72 (28.52% from 255 or 20.99% from 343); Blue value is 254 (99.61% from 255 or 74.05% from 343); Max value from RGB is 254 - color contains mainly: blue. Hex color #1148FE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1148FE is #EEB701. Grayscale: #4B4B4B. Windows color (decimal): -15644418 or 16664593. OLE color: 16664593.

HSL color Cylindrical-coordinate representation of color #1148FE: hue angle of 226.08º 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 #1148FE is Cyan = 0.93, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB1772254-
CMYK0.930.7200.00
HSL226.08º99.16%53.14%-
HSV(B)226.08º93.31%99.61%-
XYZ20.4411.9194.99-
YUV76.3228.2885.7-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.96%
GREEN value IS 72 (28.52% from 255) = 20.99%
BLUE value IS 254 (99.61% from 255) = 74.05%
R=4.96%
G=20.99%
B=74.05%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal17722540.930.7200.00226.0899.1653.14
Hex1148FE5D4800e26335
Octal211103761351100034214365
Binary100011001000111111101011101100100000111000101100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1148FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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