Shades of Neon Blue #6543FA
Tints of Neon Blue #6543FA
RGB
CMYK
RGB Variations
Color information
#6543FA (or 0x6543FA) is known color: Neon Blue. HEX triplet: 65, 43 and FA. RGB value is (101,67,250). Sum of RGB (Red+Green+Blue) = 101+67+250=418 (55% of max value = 765). Red value is 101 (39.84% from 255 or 24.16% from 418); Green value is 67 (26.56% from 255 or 16.03% from 418); Blue value is 250 (98.05% from 255 or 59.81% from 418); Max value from RGB is 250 - color contains mainly: blue. Hex color #6543FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6543FA is #9ABC05. Grayscale: #616161. Windows color (decimal): -10140678 or 16401253. OLE color: 16401253.
HSL color Cylindrical-coordinate representation of color #6543FA: hue angle of 251.15º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6543FA is Cyan = 0.60, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 101 | 67 | 250 | - |
| CMYK | 0.60 | 0.73 | 0 | 0.02 |
| HSL | 251.15º | 0.95% | 0.62% | - |
| HSV(B) | 251.15º | 0.73% | 0.98% | - |
| XYZ | 24.63 | 13.68 | 91.79 | - |
| YUV | 98.03 | 213.76 | 130.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 67 | 250 | 0.60 | 0.73 | 0 | 0.02 | 251.15 | 0.95 | 0.62 |
| Hex | 65 | 43 | FA | 3C | 49 | 0 | 2 | FB | 5F | 3E |
| Octal | 145 | 103 | 372 | 74 | 111 | 0 | 2 | 373 | 137 | 76 |
| Binary | 1100101 | 1000011 | 11111010 | 111100 | 1001001 | 0 | 10 | 11111011 | 1011111 | 111110 |
Color Harmonies of #6543FA
Complementary color
Monochromatic Colors of #6543FA
Black with #6543FA
Text Example
Text Example
White with #6543FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6543FA; }
p { color: rgb(101,67,250); }
H1.HeaderClassName
{
color: #6543FA;
}
.AnyTagClassName
{
color: #6543FA;
}
</style>
background-color css
<style>
a { background-color: #6543FA; }
a { background-color: rgb(101,67,250); }
div.DivClassName
{
background-color: #6543FA;
}
.BgClassName
{
background-color: #6543FA;
}
</style>
border-color css
<style>
span { border-color: #6543FA; }
span { border-color: rgb(101,67,250); }
td.TdClassName
{
border-color: #6543FA;
}
.TagClassName
{
border-color: #6543FA;
}
</style>