Shades of Neon Blue #643BFE
Tints of Neon Blue #643BFE
RGB
CMYK
RGB Variations
Color information
#643BFE (or 0x643BFE) is known color: Neon Blue. HEX triplet: 64, 3B and FE. RGB value is (100,59,254). Sum of RGB (Red+Green+Blue) = 100+59+254=413 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.21% from 413); Green value is 59 (23.44% from 255 or 14.29% from 413); Blue value is 254 (99.61% from 255 or 61.50% from 413); Max value from RGB is 254 - color contains mainly: blue. Hex color #643BFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #643BFE is #9BC401. Grayscale: #5C5C5C. Windows color (decimal): -10208258 or 16661348. OLE color: 16661348.
HSL color Cylindrical-coordinate representation of color #643BFE: hue angle of 252.62º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #643BFE is Cyan = 0.61, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 100 | 59 | 254 | - |
| CMYK | 0.61 | 0.77 | 0 | 0.00 |
| HSL | 252.62º | 0.99% | 0.61% | - |
| HSV(B) | 252.62º | 0.77% | 1% | - |
| XYZ | 24.71 | 12.99 | 94.97 | - |
| YUV | 93.49 | 218.58 | 132.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 59 | 254 | 0.61 | 0.77 | 0 | 0.00 | 252.62 | 0.99 | 0.61 |
| Hex | 64 | 3B | FE | 3D | 4D | 0 | 0 | FD | 63 | 3D |
| Octal | 144 | 73 | 376 | 75 | 115 | 0 | 0 | 375 | 143 | 75 |
| Binary | 1100100 | 111011 | 11111110 | 111101 | 1001101 | 0 | 0 | 11111101 | 1100011 | 111101 |
Color Harmonies of #643BFE
Complementary color
Monochromatic Colors of #643BFE
Black with #643BFE
Text Example
Text Example
White with #643BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643BFE; }
p { color: rgb(100,59,254); }
H1.HeaderClassName
{
color: #643BFE;
}
.AnyTagClassName
{
color: #643BFE;
}
</style>
background-color css
<style>
a { background-color: #643BFE; }
a { background-color: rgb(100,59,254); }
div.DivClassName
{
background-color: #643BFE;
}
.BgClassName
{
background-color: #643BFE;
}
</style>
border-color css
<style>
span { border-color: #643BFE; }
span { border-color: rgb(100,59,254); }
td.TdClassName
{
border-color: #643BFE;
}
.TagClassName
{
border-color: #643BFE;
}
</style>