Shades of Neon Blue #6144FF
Tints of Neon Blue #6144FF
RGB
CMYK
RGB Variations
Color information
#6144FF (or 0x6144FF) is known color: Neon Blue. HEX triplet: 61, 44 and FF. RGB value is (97,68,255). Sum of RGB (Red+Green+Blue) = 97+68+255=420 (55% of max value = 765). Red value is 97 (38.28% from 255 or 23.10% from 420); Green value is 68 (26.95% from 255 or 16.19% from 420); Blue value is 255 (100% from 255 or 60.71% from 420); Max value from RGB is 255 - color contains mainly: blue. Hex color #6144FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6144FF is #9EBB00. Grayscale: #616161. Windows color (decimal): -10402561 or 16729185. OLE color: 16729185.
HSL color Cylindrical-coordinate representation of color #6144FF: hue angle of 249.3º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6144FF is Cyan = 0.62, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 97 | 68 | 255 | - |
| CMYK | 0.62 | 0.73 | 0 | 0 |
| HSL | 249.3º | 1% | 0.63% | - |
| HSV(B) | 249.3º | 0.73% | 1% | - |
| XYZ | 25.05 | 13.9 | 95.97 | - |
| YUV | 97.99 | 216.61 | 127.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 68 | 255 | 0.62 | 0.73 | 0 | 0 | 249.3 | 1 | 0.63 |
| Hex | 61 | 44 | FF | 3E | 49 | 0 | 0 | F9 | 64 | 3F |
| Octal | 141 | 104 | 377 | 76 | 111 | 0 | 0 | 371 | 144 | 77 |
| Binary | 1100001 | 1000100 | 11111111 | 111110 | 1001001 | 0 | 0 | 11111001 | 1100100 | 111111 |
Color Harmonies of #6144FF
Complementary color
Monochromatic Colors of #6144FF
Black with #6144FF
Text Example
Text Example
White with #6144FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6144FF; }
p { color: rgb(97,68,255); }
H1.HeaderClassName
{
color: #6144FF;
}
.AnyTagClassName
{
color: #6144FF;
}
</style>
background-color css
<style>
a { background-color: #6144FF; }
a { background-color: rgb(97,68,255); }
div.DivClassName
{
background-color: #6144FF;
}
.BgClassName
{
background-color: #6144FF;
}
</style>
border-color css
<style>
span { border-color: #6144FF; }
span { border-color: rgb(97,68,255); }
td.TdClassName
{
border-color: #6144FF;
}
.TagClassName
{
border-color: #6144FF;
}
</style>