Shades of Neon Blue #6543FF
Tints of Neon Blue #6543FF
RGB
CMYK
RGB Variations
Color information
#6543FF (or 0x6543FF) is known color: Neon Blue. HEX triplet: 65, 43 and FF. RGB value is (101,67,255). Sum of RGB (Red+Green+Blue) = 101+67+255=423 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.88% from 423); Green value is 67 (26.56% from 255 or 15.84% 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 #6543FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6543FF is #9ABC00. Grayscale: #616161. Windows color (decimal): -10140673 or 16728933. OLE color: 16728933.
HSL color Cylindrical-coordinate representation of color #6543FF: hue angle of 250.85º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6543FF is Cyan = 0.60, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 101 | 67 | 255 | - |
| CMYK | 0.60 | 0.74 | 0 | 0 |
| HSL | 250.85º | 1% | 0.63% | - |
| HSV(B) | 250.85º | 0.74% | 1% | - |
| XYZ | 25.42 | 14 | 95.97 | - |
| YUV | 98.6 | 216.26 | 129.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 67 | 255 | 0.60 | 0.74 | 0 | 0 | 250.85 | 1 | 0.63 |
| Hex | 65 | 43 | FF | 3C | 4A | 0 | 0 | FB | 64 | 3F |
| Octal | 145 | 103 | 377 | 74 | 112 | 0 | 0 | 373 | 144 | 77 |
| Binary | 1100101 | 1000011 | 11111111 | 111100 | 1001010 | 0 | 0 | 11111011 | 1100100 | 111111 |
Color Harmonies of #6543FF
Complementary color
Monochromatic Colors of #6543FF
Black with #6543FF
Text Example
Text Example
White with #6543FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6543FF; }
p { color: rgb(101,67,255); }
H1.HeaderClassName
{
color: #6543FF;
}
.AnyTagClassName
{
color: #6543FF;
}
</style>
background-color css
<style>
a { background-color: #6543FF; }
a { background-color: rgb(101,67,255); }
div.DivClassName
{
background-color: #6543FF;
}
.BgClassName
{
background-color: #6543FF;
}
</style>
border-color css
<style>
span { border-color: #6543FF; }
span { border-color: rgb(101,67,255); }
td.TdClassName
{
border-color: #6543FF;
}
.TagClassName
{
border-color: #6543FF;
}
</style>