#6164FE

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

Shades of Neon Blue #6164FE

Tints of Neon Blue #6164FE

Color information

#6164FE (or 0x6164FE) is unknown color: approx Neon Blue. HEX triplet: 61, 64 and FE. RGB value is (97,100,254). Sum of RGB (Red+Green+Blue) = 97+100+254=451 (59% of max value = 765). Red value is 97 (38.28% from 255 or 21.51% from 451); Green value is 100 (39.45% from 255 or 22.17% from 451); Blue value is 254 (99.61% from 255 or 56.32% from 451); Max value from RGB is 254 - color contains mainly: blue. Hex color #6164FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6164FE is #9E9B01. Grayscale: #747474. Windows color (decimal): -10394370 or 16671841. OLE color: 16671841.

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

Color convert

RGB97100254-
CMYK0.620.6100.00
HSL238.85º98.74%68.82%-
HSV(B)238.85º61.81%99.61%-
XYZ27.3818.8195.95-
YUV116.66205.51113.98-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 21.51%
GREEN value IS 100 (39.45% from 255) = 22.17%
BLUE value IS 254 (99.61% from 255) = 56.32%
R=21.51%
G=22.17%
B=56.32%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal971002540.620.6100.00238.8598.7468.82
Hex6164FE3E3D00ef6345
Octal141144376767500357143105
Binary1100001110010011111110111110111101001110111111000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6164FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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