#6163FD

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

Shades of Neon Blue #6163FD

Tints of Neon Blue #6163FD

Color information

#6163FD (or 0x6163FD) is unknown color: approx Neon Blue. HEX triplet: 61, 63 and FD. RGB value is (97,99,253). Sum of RGB (Red+Green+Blue) = 97+99+253=449 (59% of max value = 765). Red value is 97 (38.28% from 255 or 21.60% from 449); Green value is 99 (39.06% from 255 or 22.05% from 449); Blue value is 253 (99.22% from 255 or 56.35% from 449); Max value from RGB is 253 - color contains mainly: blue. Hex color #6163FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6163FD is #9E9C02. Grayscale: #737373. Windows color (decimal): -10394627 or 16606049. OLE color: 16606049.

HSL color Cylindrical-coordinate representation of color #6163FD: hue angle of 239.23º degrees, saturation: 0.98, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6163FD is Cyan = 0.62, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB9799253-
CMYK0.620.6100.01
HSL239.23º97.5%68.63%-
HSV(B)239.23º61.66%99.22%-
XYZ27.1218.5695.08-
YUV115.96205.34114.48-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 21.60%
GREEN value IS 99 (39.06% from 255) = 22.05%
BLUE value IS 253 (99.22% from 255) = 56.35%
R=21.60%
G=22.05%
B=56.35%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal97992530.620.6100.01239.2397.568.63
Hex6163FD3E3D01ef6245
Octal141143375767501357142105
Binary1100001110001111111101111110111101011110111111000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6163FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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