Shades of Neon Blue #6164FF
Tints of Neon Blue #6164FF
RGB
CMYK
RGB Variations
Color information
#6164FF (or 0x6164FF) is known color: Neon Blue. HEX triplet: 61, 64 and FF. RGB value is (97,100,255). Sum of RGB (Red+Green+Blue) = 97+100+255=452 (59% of max value = 765). Red value is 97 (38.28% from 255 or 21.46% from 452); Green value is 100 (39.45% from 255 or 22.12% from 452); Blue value is 255 (100% from 255 or 56.42% from 452); Max value from RGB is 255 - color contains mainly: blue. Hex color #6164FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6164FF is #9E9B00. Grayscale: #747474. Windows color (decimal): -10394369 or 16737377. OLE color: 16737377.
HSL color Cylindrical-coordinate representation of color #6164FF: hue angle of 238.86º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6164FF is Cyan = 0.62, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 97 | 100 | 255 | - |
| CMYK | 0.62 | 0.61 | 0 | 0 |
| HSL | 238.86º | 1% | 0.69% | - |
| HSV(B) | 238.86º | 0.62% | 1% | - |
| XYZ | 27.54 | 18.88 | 96.8 | - |
| YUV | 116.77 | 206.01 | 113.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 100 | 255 | 0.62 | 0.61 | 0 | 0 | 238.86 | 1 | 0.69 |
| Hex | 61 | 64 | FF | 3E | 3D | 0 | 0 | EF | 64 | 45 |
| Octal | 141 | 144 | 377 | 76 | 75 | 0 | 0 | 357 | 144 | 105 |
| Binary | 1100001 | 1100100 | 11111111 | 111110 | 111101 | 0 | 0 | 11101111 | 1100100 | 1000101 |
Color Harmonies of #6164FF
Complementary color
Monochromatic Colors of #6164FF
Black with #6164FF
Text Example
Text Example
White with #6164FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6164FF; }
p { color: rgb(97,100,255); }
H1.HeaderClassName
{
color: #6164FF;
}
.AnyTagClassName
{
color: #6164FF;
}
</style>
background-color css
<style>
a { background-color: #6164FF; }
a { background-color: rgb(97,100,255); }
div.DivClassName
{
background-color: #6164FF;
}
.BgClassName
{
background-color: #6164FF;
}
</style>
border-color css
<style>
span { border-color: #6164FF; }
span { border-color: rgb(97,100,255); }
td.TdClassName
{
border-color: #6164FF;
}
.TagClassName
{
border-color: #6164FF;
}
</style>