Shades of Neon Blue #6144EF
Tints of Neon Blue #6144EF
RGB
CMYK
RGB Variations
Color information
#6144EF (or 0x6144EF) is known color: Neon Blue. HEX triplet: 61, 44 and EF. RGB value is (97,68,239). Sum of RGB (Red+Green+Blue) = 97+68+239=404 (53% of max value = 765). Red value is 97 (38.28% from 255 or 24.01% from 404); Green value is 68 (26.95% from 255 or 16.83% from 404); Blue value is 239 (93.75% from 255 or 59.16% from 404); Max value from RGB is 239 - color contains mainly: blue. Hex color #6144EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6144EF is #9EBB10. Grayscale: #5F5F5F. Windows color (decimal): -10402577 or 15680609. OLE color: 15680609.
HSL color Cylindrical-coordinate representation of color #6144EF: hue angle of 250.18º degrees, saturation: 0.84, 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 #6144EF is Cyan = 0.59, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 97 | 68 | 239 | - |
| CMYK | 0.59 | 0.72 | 0 | 0.06 |
| HSL | 250.18º | 0.84% | 0.6% | - |
| HSV(B) | 250.18º | 0.72% | 0.94% | - |
| XYZ | 22.58 | 12.91 | 82.96 | - |
| YUV | 96.17 | 208.61 | 128.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 68 | 239 | 0.59 | 0.72 | 0 | 0.06 | 250.18 | 0.84 | 0.6 |
| Hex | 61 | 44 | EF | 3B | 48 | 0 | 6 | FA | 54 | 3C |
| Octal | 141 | 104 | 357 | 73 | 110 | 0 | 6 | 372 | 124 | 74 |
| Binary | 1100001 | 1000100 | 11101111 | 111011 | 1001000 | 0 | 110 | 11111010 | 1010100 | 111100 |
Color Harmonies of #6144EF
Complementary color
Monochromatic Colors of #6144EF
Black with #6144EF
Text Example
Text Example
White with #6144EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6144EF; }
p { color: rgb(97,68,239); }
H1.HeaderClassName
{
color: #6144EF;
}
.AnyTagClassName
{
color: #6144EF;
}
</style>
background-color css
<style>
a { background-color: #6144EF; }
a { background-color: rgb(97,68,239); }
div.DivClassName
{
background-color: #6144EF;
}
.BgClassName
{
background-color: #6144EF;
}
</style>
border-color css
<style>
span { border-color: #6144EF; }
span { border-color: rgb(97,68,239); }
td.TdClassName
{
border-color: #6144EF;
}
.TagClassName
{
border-color: #6144EF;
}
</style>