Shades of Neon Blue #634CFF
Tints of Neon Blue #634CFF
RGB
CMYK
RGB Variations
Color information
#634CFF (or 0x634CFF) is known color: Neon Blue. HEX triplet: 63, 4C and FF. RGB value is (99,76,255). Sum of RGB (Red+Green+Blue) = 99+76+255=430 (56% of max value = 765). Red value is 99 (39.06% from 255 or 23.02% from 430); Green value is 76 (30.08% from 255 or 17.67% from 430); Blue value is 255 (100% from 255 or 59.30% from 430); Max value from RGB is 255 - color contains mainly: blue. Hex color #634CFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #634CFF is #9CB300. Grayscale: #666666. Windows color (decimal): -10269441 or 16731235. OLE color: 16731235.
HSL color Cylindrical-coordinate representation of color #634CFF: hue angle of 247.71º 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 #634CFF is Cyan = 0.61, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 99 | 76 | 255 | - |
| CMYK | 0.61 | 0.70 | 0 | 0 |
| HSL | 247.71º | 1% | 0.65% | - |
| HSV(B) | 247.71º | 0.7% | 1% | - |
| XYZ | 25.78 | 15.04 | 96.15 | - |
| YUV | 103.28 | 213.62 | 124.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 76 | 255 | 0.61 | 0.70 | 0 | 0 | 247.71 | 1 | 0.65 |
| Hex | 63 | 4C | FF | 3D | 46 | 0 | 0 | F8 | 64 | 41 |
| Octal | 143 | 114 | 377 | 75 | 106 | 0 | 0 | 370 | 144 | 101 |
| Binary | 1100011 | 1001100 | 11111111 | 111101 | 1000110 | 0 | 0 | 11111000 | 1100100 | 1000001 |
Color Harmonies of #634CFF
Complementary color
Monochromatic Colors of #634CFF
Black with #634CFF
Text Example
Text Example
White with #634CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #634CFF; }
p { color: rgb(99,76,255); }
H1.HeaderClassName
{
color: #634CFF;
}
.AnyTagClassName
{
color: #634CFF;
}
</style>
background-color css
<style>
a { background-color: #634CFF; }
a { background-color: rgb(99,76,255); }
div.DivClassName
{
background-color: #634CFF;
}
.BgClassName
{
background-color: #634CFF;
}
</style>
border-color css
<style>
span { border-color: #634CFF; }
span { border-color: rgb(99,76,255); }
td.TdClassName
{
border-color: #634CFF;
}
.TagClassName
{
border-color: #634CFF;
}
</style>