Shades of Neon Blue #6144FB
Tints of Neon Blue #6144FB
RGB
CMYK
RGB Variations
Color information
#6144FB (or 0x6144FB) is known color: Neon Blue. HEX triplet: 61, 44 and FB. RGB value is (97,68,251). Sum of RGB (Red+Green+Blue) = 97+68+251=416 (55% of max value = 765). Red value is 97 (38.28% from 255 or 23.32% from 416); Green value is 68 (26.95% from 255 or 16.35% from 416); Blue value is 251 (98.44% from 255 or 60.34% from 416); Max value from RGB is 251 - color contains mainly: blue. Hex color #6144FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6144FB is #9EBB04. Grayscale: #606060. Windows color (decimal): -10402565 or 16467041. OLE color: 16467041.
HSL color Cylindrical-coordinate representation of color #6144FB: hue angle of 249.51º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6144FB is Cyan = 0.61, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 97 | 68 | 251 | - |
| CMYK | 0.61 | 0.73 | 0 | 0.02 |
| HSL | 249.51º | 0.96% | 0.63% | - |
| HSV(B) | 249.51º | 0.73% | 0.98% | - |
| XYZ | 24.41 | 13.64 | 92.61 | - |
| YUV | 97.53 | 214.61 | 127.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 68 | 251 | 0.61 | 0.73 | 0 | 0.02 | 249.51 | 0.96 | 0.63 |
| Hex | 61 | 44 | FB | 3D | 49 | 0 | 2 | FA | 60 | 3F |
| Octal | 141 | 104 | 373 | 75 | 111 | 0 | 2 | 372 | 140 | 77 |
| Binary | 1100001 | 1000100 | 11111011 | 111101 | 1001001 | 0 | 10 | 11111010 | 1100000 | 111111 |
Color Harmonies of #6144FB
Complementary color
Monochromatic Colors of #6144FB
Black with #6144FB
Text Example
Text Example
White with #6144FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6144FB; }
p { color: rgb(97,68,251); }
H1.HeaderClassName
{
color: #6144FB;
}
.AnyTagClassName
{
color: #6144FB;
}
</style>
background-color css
<style>
a { background-color: #6144FB; }
a { background-color: rgb(97,68,251); }
div.DivClassName
{
background-color: #6144FB;
}
.BgClassName
{
background-color: #6144FB;
}
</style>
border-color css
<style>
span { border-color: #6144FB; }
span { border-color: rgb(97,68,251); }
td.TdClassName
{
border-color: #6144FB;
}
.TagClassName
{
border-color: #6144FB;
}
</style>