Shades of Neon Blue #6543FD
Tints of Neon Blue #6543FD
RGB
CMYK
RGB Variations
Color information
#6543FD (or 0x6543FD) is known color: Neon Blue. HEX triplet: 65, 43 and FD. RGB value is (101,67,253). Sum of RGB (Red+Green+Blue) = 101+67+253=421 (55% of max value = 765). Red value is 101 (39.84% from 255 or 23.99% from 421); Green value is 67 (26.56% from 255 or 15.91% from 421); Blue value is 253 (99.22% from 255 or 60.10% from 421); Max value from RGB is 253 - color contains mainly: blue. Hex color #6543FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6543FD is #9ABC02. Grayscale: #616161. Windows color (decimal): -10140675 or 16597861. OLE color: 16597861.
HSL color Cylindrical-coordinate representation of color #6543FD: hue angle of 250.97º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6543FD is Cyan = 0.60, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 101 | 67 | 253 | - |
| CMYK | 0.60 | 0.74 | 0 | 0.01 |
| HSL | 250.97º | 0.98% | 0.63% | - |
| HSV(B) | 250.97º | 0.74% | 0.99% | - |
| XYZ | 25.1 | 13.87 | 94.28 | - |
| YUV | 98.37 | 215.26 | 129.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 67 | 253 | 0.60 | 0.74 | 0 | 0.01 | 250.97 | 0.98 | 0.63 |
| Hex | 65 | 43 | FD | 3C | 4A | 0 | 1 | FB | 62 | 3F |
| Octal | 145 | 103 | 375 | 74 | 112 | 0 | 1 | 373 | 142 | 77 |
| Binary | 1100101 | 1000011 | 11111101 | 111100 | 1001010 | 0 | 1 | 11111011 | 1100010 | 111111 |
Color Harmonies of #6543FD
Complementary color
Monochromatic Colors of #6543FD
Black with #6543FD
Text Example
Text Example
White with #6543FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6543FD; }
p { color: rgb(101,67,253); }
H1.HeaderClassName
{
color: #6543FD;
}
.AnyTagClassName
{
color: #6543FD;
}
</style>
background-color css
<style>
a { background-color: #6543FD; }
a { background-color: rgb(101,67,253); }
div.DivClassName
{
background-color: #6543FD;
}
.BgClassName
{
background-color: #6543FD;
}
</style>
border-color css
<style>
span { border-color: #6543FD; }
span { border-color: rgb(101,67,253); }
td.TdClassName
{
border-color: #6543FD;
}
.TagClassName
{
border-color: #6543FD;
}
</style>