Shades of Neon Blue #643CEF
Tints of Neon Blue #643CEF
RGB
CMYK
RGB Variations
Color information
#643CEF (or 0x643CEF) is known color: Neon Blue. HEX triplet: 64, 3C and EF. RGB value is (100,60,239). Sum of RGB (Red+Green+Blue) = 100+60+239=399 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.06% from 399); Green value is 60 (23.83% from 255 or 15.04% from 399); Blue value is 239 (93.75% from 255 or 59.90% from 399); Max value from RGB is 239 - color contains mainly: blue. Hex color #643CEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #643CEF is #9BC310. Grayscale: #5B5B5B. Windows color (decimal): -10208017 or 15678564. OLE color: 15678564.
HSL color Cylindrical-coordinate representation of color #643CEF: hue angle of 253.41º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #643CEF is Cyan = 0.58, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 100 | 60 | 239 | - |
| CMYK | 0.58 | 0.75 | 0 | 0.06 |
| HSL | 253.41º | 0.85% | 0.59% | - |
| HSV(B) | 253.41º | 0.75% | 0.94% | - |
| XYZ | 22.45 | 12.17 | 82.83 | - |
| YUV | 92.37 | 210.75 | 133.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 60 | 239 | 0.58 | 0.75 | 0 | 0.06 | 253.41 | 0.85 | 0.59 |
| Hex | 64 | 3C | EF | 3A | 4B | 0 | 6 | FD | 55 | 3B |
| Octal | 144 | 74 | 357 | 72 | 113 | 0 | 6 | 375 | 125 | 73 |
| Binary | 1100100 | 111100 | 11101111 | 111010 | 1001011 | 0 | 110 | 11111101 | 1010101 | 111011 |
Color Harmonies of #643CEF
Complementary color
Monochromatic Colors of #643CEF
Black with #643CEF
Text Example
Text Example
White with #643CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643CEF; }
p { color: rgb(100,60,239); }
H1.HeaderClassName
{
color: #643CEF;
}
.AnyTagClassName
{
color: #643CEF;
}
</style>
background-color css
<style>
a { background-color: #643CEF; }
a { background-color: rgb(100,60,239); }
div.DivClassName
{
background-color: #643CEF;
}
.BgClassName
{
background-color: #643CEF;
}
</style>
border-color css
<style>
span { border-color: #643CEF; }
span { border-color: rgb(100,60,239); }
td.TdClassName
{
border-color: #643CEF;
}
.TagClassName
{
border-color: #643CEF;
}
</style>