Shades of Neon Blue #643FEF
Tints of Neon Blue #643FEF
RGB
CMYK
RGB Variations
Color information
#643FEF (or 0x643FEF) is known color: Neon Blue. HEX triplet: 64, 3F and EF. RGB value is (100,63,239). Sum of RGB (Red+Green+Blue) = 100+63+239=402 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.88% from 402); Green value is 63 (25% from 255 or 15.67% from 402); Blue value is 239 (93.75% from 255 or 59.45% from 402); Max value from RGB is 239 - color contains mainly: blue. Hex color #643FEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #643FEF is #9BC010. Grayscale: #5D5D5D. Windows color (decimal): -10207249 or 15679332. OLE color: 15679332.
HSL color Cylindrical-coordinate representation of color #643FEF: hue angle of 252.61º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #643FEF is Cyan = 0.58, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 100 | 63 | 239 | - |
| CMYK | 0.58 | 0.74 | 0 | 0.06 |
| HSL | 252.61º | 0.85% | 0.59% | - |
| HSV(B) | 252.61º | 0.74% | 0.94% | - |
| XYZ | 22.61 | 12.5 | 82.88 | - |
| YUV | 94.13 | 209.76 | 132.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 63 | 239 | 0.58 | 0.74 | 0 | 0.06 | 252.61 | 0.85 | 0.59 |
| Hex | 64 | 3F | EF | 3A | 4A | 0 | 6 | FD | 55 | 3B |
| Octal | 144 | 77 | 357 | 72 | 112 | 0 | 6 | 375 | 125 | 73 |
| Binary | 1100100 | 111111 | 11101111 | 111010 | 1001010 | 0 | 110 | 11111101 | 1010101 | 111011 |
Color Harmonies of #643FEF
Complementary color
Monochromatic Colors of #643FEF
Black with #643FEF
Text Example
Text Example
White with #643FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643FEF; }
p { color: rgb(100,63,239); }
H1.HeaderClassName
{
color: #643FEF;
}
.AnyTagClassName
{
color: #643FEF;
}
</style>
background-color css
<style>
a { background-color: #643FEF; }
a { background-color: rgb(100,63,239); }
div.DivClassName
{
background-color: #643FEF;
}
.BgClassName
{
background-color: #643FEF;
}
</style>
border-color css
<style>
span { border-color: #643FEF; }
span { border-color: rgb(100,63,239); }
td.TdClassName
{
border-color: #643FEF;
}
.TagClassName
{
border-color: #643FEF;
}
</style>