#114AFE

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

Shades of Neon Blue #114AFE

Tints of Neon Blue #114AFE

Color information

#114AFE (or 0x114AFE) is unknown color: approx Neon Blue. HEX triplet: 11, 4A and FE. RGB value is (17,74,254). Sum of RGB (Red+Green+Blue) = 17+74+254=345 (45% of max value = 765). Red value is 17 (7.03% from 255 or 4.93% from 345); Green value is 74 (29.30% from 255 or 21.45% from 345); Blue value is 254 (99.61% from 255 or 73.62% from 345); Max value from RGB is 254 - color contains mainly: blue. Hex color #114AFE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #114AFE is #EEB501. Grayscale: #4C4C4C. Windows color (decimal): -15643906 or 16665105. OLE color: 16665105.

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

Color convert

RGB1774254-
CMYK0.930.7100.00
HSL225.57º99.16%53.14%-
HSV(B)225.57º93.31%99.61%-
XYZ20.5712.1795.03-
YUV77.48227.6284.86-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.93%
GREEN value IS 74 (29.30% from 255) = 21.45%
BLUE value IS 254 (99.61% from 255) = 73.62%
R=4.93%
G=21.45%
B=73.62%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal17742540.930.7100.00225.5799.1653.14
Hex114AFE5D4700e26335
Octal211123761351070034214365
Binary100011001010111111101011101100011100111000101100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114AFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114AFE; }

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

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

<style>
 a { background-color: #114AFE; }

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

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

<style>
 span { border-color: #114AFE; }

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

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