Shades of Neon Blue #6543F3
Tints of Neon Blue #6543F3
RGB
CMYK
RGB Variations
Color information
#6543F3 (or 0x6543F3) is known color: Neon Blue. HEX triplet: 65, 43 and F3. RGB value is (101,67,243). Sum of RGB (Red+Green+Blue) = 101+67+243=411 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.57% from 411); Green value is 67 (26.56% from 255 or 16.30% from 411); Blue value is 243 (95.31% from 255 or 59.12% from 411); Max value from RGB is 243 - color contains mainly: blue. Hex color #6543F3 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6543F3 is #9ABC0C. Grayscale: #606060. Windows color (decimal): -10140685 or 15942501. OLE color: 15942501.
HSL color Cylindrical-coordinate representation of color #6543F3: hue angle of 251.59º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6543F3 is Cyan = 0.58, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 101 | 67 | 243 | - |
| CMYK | 0.58 | 0.72 | 0 | 0.05 |
| HSL | 251.59º | 0.88% | 0.61% | - |
| HSV(B) | 251.59º | 0.72% | 0.95% | - |
| XYZ | 23.55 | 13.25 | 86.11 | - |
| YUV | 97.23 | 210.26 | 130.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 67 | 243 | 0.58 | 0.72 | 0 | 0.05 | 251.59 | 0.88 | 0.61 |
| Hex | 65 | 43 | F3 | 3A | 48 | 0 | 5 | FC | 58 | 3D |
| Octal | 145 | 103 | 363 | 72 | 110 | 0 | 5 | 374 | 130 | 75 |
| Binary | 1100101 | 1000011 | 11110011 | 111010 | 1001000 | 0 | 101 | 11111100 | 1011000 | 111101 |
Color Harmonies of #6543F3
Complementary color
Monochromatic Colors of #6543F3
Black with #6543F3
Text Example
Text Example
White with #6543F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6543F3; }
p { color: rgb(101,67,243); }
H1.HeaderClassName
{
color: #6543F3;
}
.AnyTagClassName
{
color: #6543F3;
}
</style>
background-color css
<style>
a { background-color: #6543F3; }
a { background-color: rgb(101,67,243); }
div.DivClassName
{
background-color: #6543F3;
}
.BgClassName
{
background-color: #6543F3;
}
</style>
border-color css
<style>
span { border-color: #6543F3; }
span { border-color: rgb(101,67,243); }
td.TdClassName
{
border-color: #6543F3;
}
.TagClassName
{
border-color: #6543F3;
}
</style>