Shades of Neon Blue #6147FF
Tints of Neon Blue #6147FF
RGB
CMYK
RGB Variations
Color information
#6147FF (or 0x6147FF) is known color: Neon Blue. HEX triplet: 61, 47 and FF. RGB value is (97,71,255). Sum of RGB (Red+Green+Blue) = 97+71+255=423 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.93% from 423); Green value is 71 (28.12% from 255 or 16.78% from 423); Blue value is 255 (100% from 255 or 60.28% from 423); Max value from RGB is 255 - color contains mainly: blue. Hex color #6147FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6147FF is #9EB800. Grayscale: #636363. Windows color (decimal): -10401793 or 16729953. OLE color: 16729953.
HSL color Cylindrical-coordinate representation of color #6147FF: hue angle of 248.48º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6147FF is Cyan = 0.62, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 97 | 71 | 255 | - |
| CMYK | 0.62 | 0.72 | 0 | 0 |
| HSL | 248.48º | 1% | 0.64% | - |
| HSV(B) | 248.48º | 0.72% | 1% | - |
| XYZ | 25.23 | 14.27 | 96.03 | - |
| YUV | 99.75 | 215.61 | 126.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 71 | 255 | 0.62 | 0.72 | 0 | 0 | 248.48 | 1 | 0.64 |
| Hex | 61 | 47 | FF | 3E | 48 | 0 | 0 | F8 | 64 | 40 |
| Octal | 141 | 107 | 377 | 76 | 110 | 0 | 0 | 370 | 144 | 100 |
| Binary | 1100001 | 1000111 | 11111111 | 111110 | 1001000 | 0 | 0 | 11111000 | 1100100 | 1000000 |
Color Harmonies of #6147FF
Complementary color
Monochromatic Colors of #6147FF
Black with #6147FF
Text Example
Text Example
White with #6147FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6147FF; }
p { color: rgb(97,71,255); }
H1.HeaderClassName
{
color: #6147FF;
}
.AnyTagClassName
{
color: #6147FF;
}
</style>
background-color css
<style>
a { background-color: #6147FF; }
a { background-color: rgb(97,71,255); }
div.DivClassName
{
background-color: #6147FF;
}
.BgClassName
{
background-color: #6147FF;
}
</style>
border-color css
<style>
span { border-color: #6147FF; }
span { border-color: rgb(97,71,255); }
td.TdClassName
{
border-color: #6147FF;
}
.TagClassName
{
border-color: #6147FF;
}
</style>