#6163FA

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

Shades of Neon Blue #6163FA

Tints of Neon Blue #6163FA

Color information

#6163FA (or 0x6163FA) is unknown color: approx Neon Blue. HEX triplet: 61, 63 and FA. RGB value is (97,99,250). Sum of RGB (Red+Green+Blue) = 97+99+250=446 (59% of max value = 765). Red value is 97 (38.28% from 255 or 21.75% from 446); Green value is 99 (39.06% from 255 or 22.20% from 446); Blue value is 250 (98.05% from 255 or 56.05% from 446); Max value from RGB is 250 - color contains mainly: blue. Hex color #6163FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6163FA is #9E9C05. Grayscale: #737373. Windows color (decimal): -10394630 or 16409441. OLE color: 16409441.

HSL color Cylindrical-coordinate representation of color #6163FA: hue angle of 239.22º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6163FA is Cyan = 0.61, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB9799250-
CMYK0.610.6000.02
HSL239.22º93.87%68.04%-
HSV(B)239.22º61.2%98.04%-
XYZ26.6518.3792.58-
YUV115.62203.84114.72-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 21.75%
GREEN value IS 99 (39.06% from 255) = 22.20%
BLUE value IS 250 (98.05% from 255) = 56.05%
R=21.75%
G=22.20%
B=56.05%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal97992500.610.6000.02239.2293.8768.04
Hex6163FA3D3C02ef5e44
Octal141143372757402357136104
Binary11000011100011111110101111011111000101110111110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6163FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6163FA; }

 p { color: rgb(97,99,250); }

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

<style>
 a { background-color: #6163FA; }

 a { background-color: rgb(97,99,250); }

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

<style>
 span { border-color: #6163FA; }

 span { border-color: rgb(97,99,250); }

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