#6163F9

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

Shades of Neon Blue #6163F9

Tints of Neon Blue #6163F9

Color information

#6163F9 (or 0x6163F9) is unknown color: approx Neon Blue. HEX triplet: 61, 63 and F9. RGB value is (97,99,249). Sum of RGB (Red+Green+Blue) = 97+99+249=445 (58% of max value = 765). Red value is 97 (38.28% from 255 or 21.80% from 445); Green value is 99 (39.06% from 255 or 22.25% from 445); Blue value is 249 (97.66% from 255 or 55.96% from 445); Max value from RGB is 249 - color contains mainly: blue. Hex color #6163F9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6163F9 is #9E9C06. Grayscale: #727272. Windows color (decimal): -10394631 or 16343905. OLE color: 16343905.

HSL color Cylindrical-coordinate representation of color #6163F9: hue angle of 239.21º degrees, saturation: 0.93, 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 #6163F9 is Cyan = 0.61, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB9799249-
CMYK0.610.6000.02
HSL239.21º92.68%67.84%-
HSV(B)239.21º61.04%97.65%-
XYZ26.4918.391.76-
YUV115.5203.34114.8-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 21.80%
GREEN value IS 99 (39.06% from 255) = 22.25%
BLUE value IS 249 (97.66% from 255) = 55.96%
R=21.80%
G=22.25%
B=55.96%

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
Decimal97992490.610.6000.02239.2192.6867.84
Hex6163F93D3C02ef5d44
Octal141143371757402357135104
Binary11000011100011111110011111011111000101110111110111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6163F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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