Shades of Neon Blue #643DFF
Tints of Neon Blue #643DFF
RGB
CMYK
RGB Variations
Color information
#643DFF (or 0x643DFF) is known color: Neon Blue. HEX triplet: 64, 3D and FF. RGB value is (100,61,255). Sum of RGB (Red+Green+Blue) = 100+61+255=416 (55% of max value = 765). Red value is 100 (39.45% from 255 or 24.04% from 416); Green value is 61 (24.22% from 255 or 14.66% from 416); Blue value is 255 (100% from 255 or 61.30% from 416); Max value from RGB is 255 - color contains mainly: blue. Hex color #643DFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #643DFF is #9BC200. Grayscale: #5E5E5E. Windows color (decimal): -10207745 or 16727396. OLE color: 16727396.
HSL color Cylindrical-coordinate representation of color #643DFF: hue angle of 252.06º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #643DFF is Cyan = 0.61, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 100 | 61 | 255 | - |
| CMYK | 0.61 | 0.76 | 0 | 0 |
| HSL | 252.06º | 1% | 0.62% | - |
| HSV(B) | 252.06º | 0.76% | 1% | - |
| XYZ | 24.97 | 13.27 | 95.85 | - |
| YUV | 94.78 | 218.42 | 131.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 61 | 255 | 0.61 | 0.76 | 0 | 0 | 252.06 | 1 | 0.62 |
| Hex | 64 | 3D | FF | 3D | 4C | 0 | 0 | FC | 64 | 3E |
| Octal | 144 | 75 | 377 | 75 | 114 | 0 | 0 | 374 | 144 | 76 |
| Binary | 1100100 | 111101 | 11111111 | 111101 | 1001100 | 0 | 0 | 11111100 | 1100100 | 111110 |
Color Harmonies of #643DFF
Complementary color
Monochromatic Colors of #643DFF
Black with #643DFF
Text Example
Text Example
White with #643DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643DFF; }
p { color: rgb(100,61,255); }
H1.HeaderClassName
{
color: #643DFF;
}
.AnyTagClassName
{
color: #643DFF;
}
</style>
background-color css
<style>
a { background-color: #643DFF; }
a { background-color: rgb(100,61,255); }
div.DivClassName
{
background-color: #643DFF;
}
.BgClassName
{
background-color: #643DFF;
}
</style>
border-color css
<style>
span { border-color: #643DFF; }
span { border-color: rgb(100,61,255); }
td.TdClassName
{
border-color: #643DFF;
}
.TagClassName
{
border-color: #643DFF;
}
</style>