Shades of Neon Blue #6144F0
Tints of Neon Blue #6144F0
RGB
CMYK
RGB Variations
Color information
#6144F0 (or 0x6144F0) is known color: Neon Blue. HEX triplet: 61, 44 and F0. RGB value is (97,68,240). Sum of RGB (Red+Green+Blue) = 97+68+240=405 (53% of max value = 765). Red value is 97 (38.28% from 255 or 23.95% from 405); Green value is 68 (26.95% from 255 or 16.79% from 405); Blue value is 240 (94.14% from 255 or 59.26% from 405); Max value from RGB is 240 - color contains mainly: blue. Hex color #6144F0 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6144F0 is #9EBB0F. Grayscale: #5F5F5F. Windows color (decimal): -10402576 or 15746145. OLE color: 15746145.
HSL color Cylindrical-coordinate representation of color #6144F0: hue angle of 250.12º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6144F0 is Cyan = 0.60, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 97 | 68 | 240 | - |
| CMYK | 0.60 | 0.72 | 0 | 0.06 |
| HSL | 250.12º | 0.85% | 0.6% | - |
| HSV(B) | 250.12º | 0.72% | 0.94% | - |
| XYZ | 22.73 | 12.97 | 83.74 | - |
| YUV | 96.28 | 209.11 | 128.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 68 | 240 | 0.60 | 0.72 | 0 | 0.06 | 250.12 | 0.85 | 0.6 |
| Hex | 61 | 44 | F0 | 3C | 48 | 0 | 6 | FA | 55 | 3C |
| Octal | 141 | 104 | 360 | 74 | 110 | 0 | 6 | 372 | 125 | 74 |
| Binary | 1100001 | 1000100 | 11110000 | 111100 | 1001000 | 0 | 110 | 11111010 | 1010101 | 111100 |
Color Harmonies of #6144F0
Complementary color
Monochromatic Colors of #6144F0
Black with #6144F0
Text Example
Text Example
White with #6144F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6144F0; }
p { color: rgb(97,68,240); }
H1.HeaderClassName
{
color: #6144F0;
}
.AnyTagClassName
{
color: #6144F0;
}
</style>
background-color css
<style>
a { background-color: #6144F0; }
a { background-color: rgb(97,68,240); }
div.DivClassName
{
background-color: #6144F0;
}
.BgClassName
{
background-color: #6144F0;
}
</style>
border-color css
<style>
span { border-color: #6144F0; }
span { border-color: rgb(97,68,240); }
td.TdClassName
{
border-color: #6144F0;
}
.TagClassName
{
border-color: #6144F0;
}
</style>