Shades of Neon Blue #6144FA
Tints of Neon Blue #6144FA
RGB
CMYK
RGB Variations
Color information
#6144FA (or 0x6144FA) is known color: Neon Blue. HEX triplet: 61, 44 and FA. RGB value is (97,68,250). Sum of RGB (Red+Green+Blue) = 97+68+250=415 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.37% from 415); Green value is 68 (26.95% from 255 or 16.39% from 415); Blue value is 250 (98.05% from 255 or 60.24% from 415); Max value from RGB is 250 - color contains mainly: blue. Hex color #6144FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6144FA is #9EBB05. Grayscale: #606060. Windows color (decimal): -10402566 or 16401505. OLE color: 16401505.
HSL color Cylindrical-coordinate representation of color #6144FA: hue angle of 249.56º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6144FA is Cyan = 0.61, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 97 | 68 | 250 | - |
| CMYK | 0.61 | 0.73 | 0 | 0.02 |
| HSL | 249.56º | 0.95% | 0.62% | - |
| HSV(B) | 249.56º | 0.73% | 0.98% | - |
| XYZ | 24.25 | 13.58 | 91.79 | - |
| YUV | 97.42 | 214.11 | 127.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 68 | 250 | 0.61 | 0.73 | 0 | 0.02 | 249.56 | 0.95 | 0.62 |
| Hex | 61 | 44 | FA | 3D | 49 | 0 | 2 | FA | 5F | 3E |
| Octal | 141 | 104 | 372 | 75 | 111 | 0 | 2 | 372 | 137 | 76 |
| Binary | 1100001 | 1000100 | 11111010 | 111101 | 1001001 | 0 | 10 | 11111010 | 1011111 | 111110 |
Color Harmonies of #6144FA
Complementary color
Monochromatic Colors of #6144FA
Black with #6144FA
Text Example
Text Example
White with #6144FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6144FA; }
p { color: rgb(97,68,250); }
H1.HeaderClassName
{
color: #6144FA;
}
.AnyTagClassName
{
color: #6144FA;
}
</style>
background-color css
<style>
a { background-color: #6144FA; }
a { background-color: rgb(97,68,250); }
div.DivClassName
{
background-color: #6144FA;
}
.BgClassName
{
background-color: #6144FA;
}
</style>
border-color css
<style>
span { border-color: #6144FA; }
span { border-color: rgb(97,68,250); }
td.TdClassName
{
border-color: #6144FA;
}
.TagClassName
{
border-color: #6144FA;
}
</style>