Shades of Neon Blue #6546FE
Tints of Neon Blue #6546FE
RGB
CMYK
RGB Variations
Color information
#6546FE (or 0x6546FE) is known color: Neon Blue. HEX triplet: 65, 46 and FE. RGB value is (101,70,254). Sum of RGB (Red+Green+Blue) = 101+70+254=425 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.76% from 425); Green value is 70 (27.73% from 255 or 16.47% from 425); Blue value is 254 (99.61% from 255 or 59.76% from 425); Max value from RGB is 254 - color contains mainly: blue. Hex color #6546FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6546FE is #9AB901. Grayscale: #636363. Windows color (decimal): -10139906 or 16664165. OLE color: 16664165.
HSL color Cylindrical-coordinate representation of color #6546FE: hue angle of 250.11º 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 #6546FE is Cyan = 0.60, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 101 | 70 | 254 | - |
| CMYK | 0.60 | 0.72 | 0 | 0.00 |
| HSL | 250.11º | 0.99% | 0.64% | - |
| HSV(B) | 250.11º | 0.72% | 1% | - |
| XYZ | 25.45 | 14.3 | 95.19 | - |
| YUV | 100.25 | 214.77 | 128.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 70 | 254 | 0.60 | 0.72 | 0 | 0.00 | 250.11 | 0.99 | 0.64 |
| Hex | 65 | 46 | FE | 3C | 48 | 0 | 0 | FA | 63 | 40 |
| Octal | 145 | 106 | 376 | 74 | 110 | 0 | 0 | 372 | 143 | 100 |
| Binary | 1100101 | 1000110 | 11111110 | 111100 | 1001000 | 0 | 0 | 11111010 | 1100011 | 1000000 |
Color Harmonies of #6546FE
Complementary color
Monochromatic Colors of #6546FE
Black with #6546FE
Text Example
Text Example
White with #6546FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6546FE; }
p { color: rgb(101,70,254); }
H1.HeaderClassName
{
color: #6546FE;
}
.AnyTagClassName
{
color: #6546FE;
}
</style>
background-color css
<style>
a { background-color: #6546FE; }
a { background-color: rgb(101,70,254); }
div.DivClassName
{
background-color: #6546FE;
}
.BgClassName
{
background-color: #6546FE;
}
</style>
border-color css
<style>
span { border-color: #6546FE; }
span { border-color: rgb(101,70,254); }
td.TdClassName
{
border-color: #6546FE;
}
.TagClassName
{
border-color: #6546FE;
}
</style>