Shades of Neon Blue #643BEF
Tints of Neon Blue #643BEF
RGB
CMYK
RGB Variations
Color information
#643BEF (or 0x643BEF) is known color: Neon Blue. HEX triplet: 64, 3B and EF. RGB value is (100,59,239). Sum of RGB (Red+Green+Blue) = 100+59+239=398 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.13% from 398); Green value is 59 (23.44% from 255 or 14.82% from 398); Blue value is 239 (93.75% from 255 or 60.05% from 398); Max value from RGB is 239 - color contains mainly: blue. Hex color #643BEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #643BEF is #9BC410. Grayscale: #5B5B5B. Windows color (decimal): -10208273 or 15678308. OLE color: 15678308.
HSL color Cylindrical-coordinate representation of color #643BEF: hue angle of 253.67º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #643BEF is Cyan = 0.58, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 100 | 59 | 239 | - |
| CMYK | 0.58 | 0.75 | 0 | 0.06 |
| HSL | 253.67º | 0.85% | 0.58% | - |
| HSV(B) | 253.67º | 0.75% | 0.94% | - |
| XYZ | 22.4 | 12.07 | 82.81 | - |
| YUV | 91.78 | 211.08 | 133.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 59 | 239 | 0.58 | 0.75 | 0 | 0.06 | 253.67 | 0.85 | 0.58 |
| Hex | 64 | 3B | EF | 3A | 4B | 0 | 6 | FE | 55 | 3A |
| Octal | 144 | 73 | 357 | 72 | 113 | 0 | 6 | 376 | 125 | 72 |
| Binary | 1100100 | 111011 | 11101111 | 111010 | 1001011 | 0 | 110 | 11111110 | 1010101 | 111010 |
Color Harmonies of #643BEF
Complementary color
Monochromatic Colors of #643BEF
Black with #643BEF
Text Example
Text Example
White with #643BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643BEF; }
p { color: rgb(100,59,239); }
H1.HeaderClassName
{
color: #643BEF;
}
.AnyTagClassName
{
color: #643BEF;
}
</style>
background-color css
<style>
a { background-color: #643BEF; }
a { background-color: rgb(100,59,239); }
div.DivClassName
{
background-color: #643BEF;
}
.BgClassName
{
background-color: #643BEF;
}
</style>
border-color css
<style>
span { border-color: #643BEF; }
span { border-color: rgb(100,59,239); }
td.TdClassName
{
border-color: #643BEF;
}
.TagClassName
{
border-color: #643BEF;
}
</style>