#114AFF

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

Shades of Neon Blue #114AFF

Tints of Neon Blue #114AFF

Color information

#114AFF (or 0x114AFF) is unknown color: approx Neon Blue. HEX triplet: 11, 4A and FF. RGB value is (17,74,255). Sum of RGB (Red+Green+Blue) = 17+74+255=346 (45% of max value = 765). Red value is 17 (7.03% from 255 or 4.91% from 346); Green value is 74 (29.30% from 255 or 21.39% from 346); Blue value is 255 (100% from 255 or 73.70% from 346); Max value from RGB is 255 - color contains mainly: blue. Hex color #114AFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #114AFF is #EEB500. Grayscale: #4C4C4C. Windows color (decimal): -15643905 or 16730641. OLE color: 16730641.

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

Color convert

RGB1774255-
CMYK0.930.7100
HSL225.63º100%53.33%-
HSV(B)225.63º93.33%100%-
XYZ20.7312.2495.88-
YUV77.59228.1284.78-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.91%
GREEN value IS 74 (29.30% from 255) = 21.39%
BLUE value IS 255 (100% from 255) = 73.70%
R=4.91%
G=21.39%
B=73.70%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal17742550.930.7100225.6310053.33
Hex114AFF5D4700e26435
Octal211123771351070034214465
Binary100011001010111111111011101100011100111000101100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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