#6164FA

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

Shades of Neon Blue #6164FA

Tints of Neon Blue #6164FA

Color information

#6164FA (or 0x6164FA) is unknown color: approx Neon Blue. HEX triplet: 61, 64 and FA. RGB value is (97,100,250). Sum of RGB (Red+Green+Blue) = 97+100+250=447 (59% of max value = 765). Red value is 97 (38.28% from 255 or 21.70% from 447); Green value is 100 (39.45% from 255 or 22.37% from 447); Blue value is 250 (98.05% from 255 or 55.93% from 447); Max value from RGB is 250 - color contains mainly: blue. Hex color #6164FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6164FA is #9E9B05. Grayscale: #737373. Windows color (decimal): -10394374 or 16409697. OLE color: 16409697.

HSL color Cylindrical-coordinate representation of color #6164FA: hue angle of 238.82º 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 #6164FA is Cyan = 0.61, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB97100250-
CMYK0.610.600.02
HSL238.82º93.87%68.04%-
HSV(B)238.82º61.2%98.04%-
XYZ26.7418.5692.62-
YUV116.2203.51114.3-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 21.70%
GREEN value IS 100 (39.45% from 255) = 22.37%
BLUE value IS 250 (98.05% from 255) = 55.93%
R=21.70%
G=22.37%
B=55.93%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal971002500.610.600.02238.8293.8768.04
Hex6164FA3D3C02ef5e44
Octal141144372757402357136104
Binary11000011100100111110101111011111000101110111110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6164FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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