#113FFF

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

Shades of Neon Blue #113FFF

Tints of Neon Blue #113FFF

Color information

#113FFF (or 0x113FFF) is unknown color: approx Neon Blue. HEX triplet: 11, 3F and FF. RGB value is (17,63,255). Sum of RGB (Red+Green+Blue) = 17+63+255=335 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.07% from 335); Green value is 63 (25% from 255 or 18.81% from 335); Blue value is 255 (100% from 255 or 76.12% from 335); Max value from RGB is 255 - color contains mainly: blue. Hex color #113FFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #113FFF is #EEC000. Grayscale: #464646. Windows color (decimal): -15646721 or 16727825. OLE color: 16727825.

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

Color convert

RGB1763255-
CMYK0.930.7500
HSL228.4º100%53.33%-
HSV(B)228.4º93.33%100%-
XYZ20.0610.8995.65-
YUV71.13231.7689.39-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.07%
GREEN value IS 63 (25% from 255) = 18.81%
BLUE value IS 255 (100% from 255) = 76.12%
R=5.07%
G=18.81%
B=76.12%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal17632550.930.7500228.410053.33
Hex113FFF5D4B00e46435
Octal21773771351130034414465
Binary10001111111111111111011101100101100111001001100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113FFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113FFF; }

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

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

<style>
 a { background-color: #113FFF; }

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

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

<style>
 span { border-color: #113FFF; }

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

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