Shades of Neon Blue #643FEB
Tints of Neon Blue #643FEB
RGB
CMYK
RGB Variations
Color information
#643FEB (or 0x643FEB) is known color: Neon Blue. HEX triplet: 64, 3F and EB. RGB value is (100,63,235). Sum of RGB (Red+Green+Blue) = 100+63+235=398 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.13% from 398); Green value is 63 (25% from 255 or 15.83% from 398); Blue value is 235 (92.19% from 255 or 59.05% from 398); Max value from RGB is 235 - color contains mainly: blue. Hex color #643FEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #643FEB is #9BC014. Grayscale: #5D5D5D. Windows color (decimal): -10207253 or 15417188. OLE color: 15417188.
HSL color Cylindrical-coordinate representation of color #643FEB: hue angle of 252.91º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #643FEB is Cyan = 0.57, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 100 | 63 | 235 | - |
| CMYK | 0.57 | 0.73 | 0 | 0.08 |
| HSL | 252.91º | 0.81% | 0.58% | - |
| HSV(B) | 252.91º | 0.73% | 0.92% | - |
| XYZ | 22.03 | 12.26 | 79.8 | - |
| YUV | 93.67 | 207.76 | 132.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 63 | 235 | 0.57 | 0.73 | 0 | 0.08 | 252.91 | 0.81 | 0.58 |
| Hex | 64 | 3F | EB | 39 | 49 | 0 | 8 | FD | 51 | 3A |
| Octal | 144 | 77 | 353 | 71 | 111 | 0 | 10 | 375 | 121 | 72 |
| Binary | 1100100 | 111111 | 11101011 | 111001 | 1001001 | 0 | 1000 | 11111101 | 1010001 | 111010 |
Color Harmonies of #643FEB
Complementary color
Monochromatic Colors of #643FEB
Black with #643FEB
Text Example
Text Example
White with #643FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643FEB; }
p { color: rgb(100,63,235); }
H1.HeaderClassName
{
color: #643FEB;
}
.AnyTagClassName
{
color: #643FEB;
}
</style>
background-color css
<style>
a { background-color: #643FEB; }
a { background-color: rgb(100,63,235); }
div.DivClassName
{
background-color: #643FEB;
}
.BgClassName
{
background-color: #643FEB;
}
</style>
border-color css
<style>
span { border-color: #643FEB; }
span { border-color: rgb(100,63,235); }
td.TdClassName
{
border-color: #643FEB;
}
.TagClassName
{
border-color: #643FEB;
}
</style>