Shades of Neon Blue #643EEE
Tints of Neon Blue #643EEE
RGB
CMYK
RGB Variations
Color information
#643EEE (or 0x643EEE) is known color: Neon Blue. HEX triplet: 64, 3E and EE. RGB value is (100,62,238). Sum of RGB (Red+Green+Blue) = 100+62+238=400 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25% from 400); Green value is 62 (24.61% from 255 or 15.5% from 400); Blue value is 238 (93.36% from 255 or 59.5% from 400); Max value from RGB is 238 - color contains mainly: blue. Hex color #643EEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #643EEE is #9BC111. Grayscale: #5C5C5C. Windows color (decimal): -10207506 or 15613540. OLE color: 15613540.
HSL color Cylindrical-coordinate representation of color #643EEE: hue angle of 252.95º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #643EEE is Cyan = 0.58, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 100 | 62 | 238 | - |
| CMYK | 0.58 | 0.74 | 0 | 0.07 |
| HSL | 252.95º | 0.84% | 0.59% | - |
| HSV(B) | 252.95º | 0.74% | 0.93% | - |
| XYZ | 22.41 | 12.33 | 82.09 | - |
| YUV | 93.43 | 209.59 | 132.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 62 | 238 | 0.58 | 0.74 | 0 | 0.07 | 252.95 | 0.84 | 0.59 |
| Hex | 64 | 3E | EE | 3A | 4A | 0 | 7 | FD | 54 | 3B |
| Octal | 144 | 76 | 356 | 72 | 112 | 0 | 7 | 375 | 124 | 73 |
| Binary | 1100100 | 111110 | 11101110 | 111010 | 1001010 | 0 | 111 | 11111101 | 1010100 | 111011 |
Color Harmonies of #643EEE
Complementary color
Monochromatic Colors of #643EEE
Black with #643EEE
Text Example
Text Example
White with #643EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643EEE; }
p { color: rgb(100,62,238); }
H1.HeaderClassName
{
color: #643EEE;
}
.AnyTagClassName
{
color: #643EEE;
}
</style>
background-color css
<style>
a { background-color: #643EEE; }
a { background-color: rgb(100,62,238); }
div.DivClassName
{
background-color: #643EEE;
}
.BgClassName
{
background-color: #643EEE;
}
</style>
border-color css
<style>
span { border-color: #643EEE; }
span { border-color: rgb(100,62,238); }
td.TdClassName
{
border-color: #643EEE;
}
.TagClassName
{
border-color: #643EEE;
}
</style>