Shades of Neon Blue #643CED
Tints of Neon Blue #643CED
RGB
CMYK
RGB Variations
Color information
#643CED (or 0x643CED) is known color: Neon Blue. HEX triplet: 64, 3C and ED. RGB value is (100,60,237). Sum of RGB (Red+Green+Blue) = 100+60+237=397 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.19% from 397); Green value is 60 (23.83% from 255 or 15.11% from 397); Blue value is 237 (92.97% from 255 or 59.70% from 397); Max value from RGB is 237 - color contains mainly: blue. Hex color #643CED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #643CED is #9BC312. Grayscale: #5B5B5B. Windows color (decimal): -10208019 or 15547492. OLE color: 15547492.
HSL color Cylindrical-coordinate representation of color #643CED: hue angle of 253.56º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #643CED is Cyan = 0.58, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 100 | 60 | 237 | - |
| CMYK | 0.58 | 0.75 | 0 | 0.07 |
| HSL | 253.56º | 0.83% | 0.58% | - |
| HSV(B) | 253.56º | 0.75% | 0.93% | - |
| XYZ | 22.16 | 12.06 | 81.28 | - |
| YUV | 92.14 | 209.75 | 133.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 60 | 237 | 0.58 | 0.75 | 0 | 0.07 | 253.56 | 0.83 | 0.58 |
| Hex | 64 | 3C | ED | 3A | 4B | 0 | 7 | FE | 53 | 3A |
| Octal | 144 | 74 | 355 | 72 | 113 | 0 | 7 | 376 | 123 | 72 |
| Binary | 1100100 | 111100 | 11101101 | 111010 | 1001011 | 0 | 111 | 11111110 | 1010011 | 111010 |
Color Harmonies of #643CED
Complementary color
Monochromatic Colors of #643CED
Black with #643CED
Text Example
Text Example
White with #643CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643CED; }
p { color: rgb(100,60,237); }
H1.HeaderClassName
{
color: #643CED;
}
.AnyTagClassName
{
color: #643CED;
}
</style>
background-color css
<style>
a { background-color: #643CED; }
a { background-color: rgb(100,60,237); }
div.DivClassName
{
background-color: #643CED;
}
.BgClassName
{
background-color: #643CED;
}
</style>
border-color css
<style>
span { border-color: #643CED; }
span { border-color: rgb(100,60,237); }
td.TdClassName
{
border-color: #643CED;
}
.TagClassName
{
border-color: #643CED;
}
</style>