#163BFE

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

Shades of Neon Blue #163BFE

Tints of Neon Blue #163BFE

Color information

#163BFE (or 0x163BFE) is unknown color: approx Neon Blue. HEX triplet: 16, 3B and FE. RGB value is (22,59,254). Sum of RGB (Red+Green+Blue) = 22+59+254=335 (44% of max value = 765). Red value is 22 (8.98% from 255 or 6.57% from 335); Green value is 59 (23.44% from 255 or 17.61% from 335); Blue value is 254 (99.61% from 255 or 75.82% from 335); Max value from RGB is 254 - color contains mainly: blue. Hex color #163BFE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #163BFE is #E9C401. Grayscale: #454545. Windows color (decimal): -15320066 or 16661270. OLE color: 16661270.

HSL color Cylindrical-coordinate representation of color #163BFE: hue angle of 230.43º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #163BFE is Cyan = 0.91, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB2259254-
CMYK0.910.7700.00
HSL230.43º99.15%54.12%-
HSV(B)230.43º91.34%99.61%-
XYZ19.7810.4594.74-
YUV70.17231.7493.64-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 6.57%
GREEN value IS 59 (23.44% from 255) = 17.61%
BLUE value IS 254 (99.61% from 255) = 75.82%
R=6.57%
G=17.61%
B=75.82%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal22592540.910.7700.00230.4399.1554.12
Hex163BFE5B4D00e66336
Octal26733761331150034614366
Binary10110111011111111101011011100110100111001101100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163BFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163BFE; }

 p { color: rgb(22,59,254); }

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

<style>
 a { background-color: #163BFE; }

 a { background-color: rgb(22,59,254); }

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

<style>
 span { border-color: #163BFE; }

 span { border-color: rgb(22,59,254); }

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