Shades of Neon Blue #643FFF
Tints of Neon Blue #643FFF
RGB
CMYK
RGB Variations
Color information
#643FFF (or 0x643FFF) is known color: Neon Blue. HEX triplet: 64, 3F and FF. RGB value is (100,63,255). Sum of RGB (Red+Green+Blue) = 100+63+255=418 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.92% from 418); Green value is 63 (25% from 255 or 15.07% from 418); Blue value is 255 (100% from 255 or 61.00% from 418); Max value from RGB is 255 - color contains mainly: blue. Hex color #643FFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #643FFF is #9BC000. Grayscale: #5F5F5F. Windows color (decimal): -10207233 or 16727908. OLE color: 16727908.
HSL color Cylindrical-coordinate representation of color #643FFF: hue angle of 251.56º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #643FFF is Cyan = 0.61, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 100 | 63 | 255 | - |
| CMYK | 0.61 | 0.75 | 0 | 0 |
| HSL | 251.56º | 1% | 0.62% | - |
| HSV(B) | 251.56º | 0.75% | 1% | - |
| XYZ | 25.08 | 13.48 | 95.89 | - |
| YUV | 95.95 | 217.76 | 130.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 63 | 255 | 0.61 | 0.75 | 0 | 0 | 251.56 | 1 | 0.62 |
| Hex | 64 | 3F | FF | 3D | 4B | 0 | 0 | FC | 64 | 3E |
| Octal | 144 | 77 | 377 | 75 | 113 | 0 | 0 | 374 | 144 | 76 |
| Binary | 1100100 | 111111 | 11111111 | 111101 | 1001011 | 0 | 0 | 11111100 | 1100100 | 111110 |
Color Harmonies of #643FFF
Complementary color
Monochromatic Colors of #643FFF
Black with #643FFF
Text Example
Text Example
White with #643FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643FFF; }
p { color: rgb(100,63,255); }
H1.HeaderClassName
{
color: #643FFF;
}
.AnyTagClassName
{
color: #643FFF;
}
</style>
background-color css
<style>
a { background-color: #643FFF; }
a { background-color: rgb(100,63,255); }
div.DivClassName
{
background-color: #643FFF;
}
.BgClassName
{
background-color: #643FFF;
}
</style>
border-color css
<style>
span { border-color: #643FFF; }
span { border-color: rgb(100,63,255); }
td.TdClassName
{
border-color: #643FFF;
}
.TagClassName
{
border-color: #643FFF;
}
</style>