Shades of Neon Blue #643FF1
Tints of Neon Blue #643FF1
RGB
CMYK
RGB Variations
Color information
#643FF1 (or 0x643FF1) is known color: Neon Blue. HEX triplet: 64, 3F and F1. RGB value is (100,63,241). Sum of RGB (Red+Green+Blue) = 100+63+241=404 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.75% from 404); Green value is 63 (25% from 255 or 15.59% from 404); Blue value is 241 (94.53% from 255 or 59.65% from 404); Max value from RGB is 241 - color contains mainly: blue. Hex color #643FF1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #643FF1 is #9BC00E. Grayscale: #5D5D5D. Windows color (decimal): -10207247 or 15810404. OLE color: 15810404.
HSL color Cylindrical-coordinate representation of color #643FF1: hue angle of 252.47º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #643FF1 is Cyan = 0.59, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 100 | 63 | 241 | - |
| CMYK | 0.59 | 0.74 | 0 | 0.05 |
| HSL | 252.47º | 0.86% | 0.6% | - |
| HSV(B) | 252.47º | 0.74% | 0.95% | - |
| XYZ | 22.91 | 12.62 | 84.45 | - |
| YUV | 94.36 | 210.76 | 132.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 63 | 241 | 0.59 | 0.74 | 0 | 0.05 | 252.47 | 0.86 | 0.6 |
| Hex | 64 | 3F | F1 | 3B | 4A | 0 | 5 | FC | 56 | 3C |
| Octal | 144 | 77 | 361 | 73 | 112 | 0 | 5 | 374 | 126 | 74 |
| Binary | 1100100 | 111111 | 11110001 | 111011 | 1001010 | 0 | 101 | 11111100 | 1010110 | 111100 |
Color Harmonies of #643FF1
Complementary color
Monochromatic Colors of #643FF1
Black with #643FF1
Text Example
Text Example
White with #643FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643FF1; }
p { color: rgb(100,63,241); }
H1.HeaderClassName
{
color: #643FF1;
}
.AnyTagClassName
{
color: #643FF1;
}
</style>
background-color css
<style>
a { background-color: #643FF1; }
a { background-color: rgb(100,63,241); }
div.DivClassName
{
background-color: #643FF1;
}
.BgClassName
{
background-color: #643FF1;
}
</style>
border-color css
<style>
span { border-color: #643FF1; }
span { border-color: rgb(100,63,241); }
td.TdClassName
{
border-color: #643FF1;
}
.TagClassName
{
border-color: #643FF1;
}
</style>