Shades of Neon Blue #633AFF
Tints of Neon Blue #633AFF
RGB
CMYK
RGB Variations
Color information
#633AFF (or 0x633AFF) is known color: Neon Blue. HEX triplet: 63, 3A and FF. RGB value is (99,58,255). Sum of RGB (Red+Green+Blue) = 99+58+255=412 (54% of max value = 765). Red value is 99 (39.06% from 255 or 24.03% from 412); Green value is 58 (23.05% from 255 or 14.08% from 412); Blue value is 255 (100% from 255 or 61.89% from 412); Max value from RGB is 255 - color contains mainly: blue. Hex color #633AFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #633AFF is #9CC500. Grayscale: #5B5B5B. Windows color (decimal): -10274049 or 16726627. OLE color: 16726627.
HSL color Cylindrical-coordinate representation of color #633AFF: hue angle of 252.49º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #633AFF is Cyan = 0.61, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 99 | 58 | 255 | - |
| CMYK | 0.61 | 0.77 | 0 | 0 |
| HSL | 252.49º | 1% | 0.61% | - |
| HSV(B) | 252.49º | 0.77% | 1% | - |
| XYZ | 24.71 | 12.9 | 95.8 | - |
| YUV | 92.72 | 219.58 | 132.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 58 | 255 | 0.61 | 0.77 | 0 | 0 | 252.49 | 1 | 0.61 |
| Hex | 63 | 3A | FF | 3D | 4D | 0 | 0 | FC | 64 | 3D |
| Octal | 143 | 72 | 377 | 75 | 115 | 0 | 0 | 374 | 144 | 75 |
| Binary | 1100011 | 111010 | 11111111 | 111101 | 1001101 | 0 | 0 | 11111100 | 1100100 | 111101 |
Color Harmonies of #633AFF
Complementary color
Monochromatic Colors of #633AFF
Black with #633AFF
Text Example
Text Example
White with #633AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #633AFF; }
p { color: rgb(99,58,255); }
H1.HeaderClassName
{
color: #633AFF;
}
.AnyTagClassName
{
color: #633AFF;
}
</style>
background-color css
<style>
a { background-color: #633AFF; }
a { background-color: rgb(99,58,255); }
div.DivClassName
{
background-color: #633AFF;
}
.BgClassName
{
background-color: #633AFF;
}
</style>
border-color css
<style>
span { border-color: #633AFF; }
span { border-color: rgb(99,58,255); }
td.TdClassName
{
border-color: #633AFF;
}
.TagClassName
{
border-color: #633AFF;
}
</style>