Shades of Neon Blue #634DFF
Tints of Neon Blue #634DFF
RGB
CMYK
RGB Variations
Color information
#634DFF (or 0x634DFF) is known color: Neon Blue. HEX triplet: 63, 4D and FF. RGB value is (99,77,255). Sum of RGB (Red+Green+Blue) = 99+77+255=431 (57% of max value = 765). Red value is 99 (39.06% from 255 or 22.97% from 431); Green value is 77 (30.47% from 255 or 17.87% from 431); Blue value is 255 (100% from 255 or 59.16% from 431); Max value from RGB is 255 - color contains mainly: blue. Hex color #634DFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #634DFF is #9CB200. Grayscale: #676767. Windows color (decimal): -10269185 or 16731491. OLE color: 16731491.
HSL color Cylindrical-coordinate representation of color #634DFF: hue angle of 247.42º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #634DFF is Cyan = 0.61, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 99 | 77 | 255 | - |
| CMYK | 0.61 | 0.70 | 0 | 0 |
| HSL | 247.42º | 1% | 0.65% | - |
| HSV(B) | 247.42º | 0.7% | 1% | - |
| XYZ | 25.85 | 15.18 | 96.18 | - |
| YUV | 103.87 | 213.29 | 124.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 77 | 255 | 0.61 | 0.70 | 0 | 0 | 247.42 | 1 | 0.65 |
| Hex | 63 | 4D | FF | 3D | 46 | 0 | 0 | F7 | 64 | 41 |
| Octal | 143 | 115 | 377 | 75 | 106 | 0 | 0 | 367 | 144 | 101 |
| Binary | 1100011 | 1001101 | 11111111 | 111101 | 1000110 | 0 | 0 | 11110111 | 1100100 | 1000001 |
Color Harmonies of #634DFF
Complementary color
Monochromatic Colors of #634DFF
Black with #634DFF
Text Example
Text Example
White with #634DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #634DFF; }
p { color: rgb(99,77,255); }
H1.HeaderClassName
{
color: #634DFF;
}
.AnyTagClassName
{
color: #634DFF;
}
</style>
background-color css
<style>
a { background-color: #634DFF; }
a { background-color: rgb(99,77,255); }
div.DivClassName
{
background-color: #634DFF;
}
.BgClassName
{
background-color: #634DFF;
}
</style>
border-color css
<style>
span { border-color: #634DFF; }
span { border-color: rgb(99,77,255); }
td.TdClassName
{
border-color: #634DFF;
}
.TagClassName
{
border-color: #634DFF;
}
</style>