Shades of Neon Blue #6146FE
Tints of Neon Blue #6146FE
RGB
CMYK
RGB Variations
Color information
#6146FE (or 0x6146FE) is known color: Neon Blue. HEX triplet: 61, 46 and FE. RGB value is (97,70,254). Sum of RGB (Red+Green+Blue) = 97+70+254=421 (55% of max value = 765). Red value is 97 (38.28% from 255 or 23.04% from 421); Green value is 70 (27.73% from 255 or 16.63% from 421); Blue value is 254 (99.61% from 255 or 60.33% from 421); Max value from RGB is 254 - color contains mainly: blue. Hex color #6146FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6146FE is #9EB901. Grayscale: #626262. Windows color (decimal): -10402050 or 16664161. OLE color: 16664161.
HSL color Cylindrical-coordinate representation of color #6146FE: hue angle of 248.8º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6146FE is Cyan = 0.62, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 97 | 70 | 254 | - |
| CMYK | 0.62 | 0.72 | 0 | 0.00 |
| HSL | 248.8º | 0.99% | 0.64% | - |
| HSV(B) | 248.8º | 0.72% | 1% | - |
| XYZ | 25.01 | 14.08 | 95.17 | - |
| YUV | 99.05 | 215.45 | 126.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 70 | 254 | 0.62 | 0.72 | 0 | 0.00 | 248.8 | 0.99 | 0.64 |
| Hex | 61 | 46 | FE | 3E | 48 | 0 | 0 | F9 | 63 | 40 |
| Octal | 141 | 106 | 376 | 76 | 110 | 0 | 0 | 371 | 143 | 100 |
| Binary | 1100001 | 1000110 | 11111110 | 111110 | 1001000 | 0 | 0 | 11111001 | 1100011 | 1000000 |
Color Harmonies of #6146FE
Complementary color
Monochromatic Colors of #6146FE
Black with #6146FE
Text Example
Text Example
White with #6146FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6146FE; }
p { color: rgb(97,70,254); }
H1.HeaderClassName
{
color: #6146FE;
}
.AnyTagClassName
{
color: #6146FE;
}
</style>
background-color css
<style>
a { background-color: #6146FE; }
a { background-color: rgb(97,70,254); }
div.DivClassName
{
background-color: #6146FE;
}
.BgClassName
{
background-color: #6146FE;
}
</style>
border-color css
<style>
span { border-color: #6146FE; }
span { border-color: rgb(97,70,254); }
td.TdClassName
{
border-color: #6146FE;
}
.TagClassName
{
border-color: #6146FE;
}
</style>