Shades of Neon Blue #643EFF
Tints of Neon Blue #643EFF
RGB
CMYK
RGB Variations
Color information
#643EFF (or 0x643EFF) is known color: Neon Blue. HEX triplet: 64, 3E and FF. RGB value is (100,62,255). Sum of RGB (Red+Green+Blue) = 100+62+255=417 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.98% from 417); Green value is 62 (24.61% from 255 or 14.87% from 417); Blue value is 255 (100% from 255 or 61.15% from 417); Max value from RGB is 255 - color contains mainly: blue. Hex color #643EFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #643EFF is #9BC100. Grayscale: #5E5E5E. Windows color (decimal): -10207489 or 16727652. OLE color: 16727652.
HSL color Cylindrical-coordinate representation of color #643EFF: hue angle of 251.81º 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 #643EFF is Cyan = 0.61, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 100 | 62 | 255 | - |
| CMYK | 0.61 | 0.76 | 0 | 0 |
| HSL | 251.81º | 1% | 0.62% | - |
| HSV(B) | 251.81º | 0.76% | 1% | - |
| XYZ | 25.03 | 13.37 | 95.87 | - |
| YUV | 95.36 | 218.09 | 131.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 62 | 255 | 0.61 | 0.76 | 0 | 0 | 251.81 | 1 | 0.62 |
| Hex | 64 | 3E | FF | 3D | 4C | 0 | 0 | FC | 64 | 3E |
| Octal | 144 | 76 | 377 | 75 | 114 | 0 | 0 | 374 | 144 | 76 |
| Binary | 1100100 | 111110 | 11111111 | 111101 | 1001100 | 0 | 0 | 11111100 | 1100100 | 111110 |
Color Harmonies of #643EFF
Complementary color
Monochromatic Colors of #643EFF
Black with #643EFF
Text Example
Text Example
White with #643EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643EFF; }
p { color: rgb(100,62,255); }
H1.HeaderClassName
{
color: #643EFF;
}
.AnyTagClassName
{
color: #643EFF;
}
</style>
background-color css
<style>
a { background-color: #643EFF; }
a { background-color: rgb(100,62,255); }
div.DivClassName
{
background-color: #643EFF;
}
.BgClassName
{
background-color: #643EFF;
}
</style>
border-color css
<style>
span { border-color: #643EFF; }
span { border-color: rgb(100,62,255); }
td.TdClassName
{
border-color: #643EFF;
}
.TagClassName
{
border-color: #643EFF;
}
</style>