Shades of Neon Blue #633AF4
Tints of Neon Blue #633AF4
RGB
CMYK
RGB Variations
Color information
#633AF4 (or 0x633AF4) is known color: Neon Blue. HEX triplet: 63, 3A and F4. RGB value is (99,58,244). Sum of RGB (Red+Green+Blue) = 99+58+244=401 (53% of max value = 765). Red value is 99 (39.06% from 255 or 24.69% from 401); Green value is 58 (23.05% from 255 or 14.46% from 401); Blue value is 244 (95.70% from 255 or 60.85% from 401); Max value from RGB is 244 - color contains mainly: blue. Hex color #633AF4 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #633AF4 is #9CC50B. Grayscale: #5A5A5A. Windows color (decimal): -10274060 or 16005731. OLE color: 16005731.
HSL color Cylindrical-coordinate representation of color #633AF4: hue angle of 253.23º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #633AF4 is Cyan = 0.59, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 99 | 58 | 244 | - |
| CMYK | 0.59 | 0.76 | 0 | 0.04 |
| HSL | 253.23º | 0.89% | 0.59% | - |
| HSV(B) | 253.23º | 0.76% | 0.96% | - |
| XYZ | 22.99 | 12.21 | 86.73 | - |
| YUV | 91.46 | 214.08 | 133.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 58 | 244 | 0.59 | 0.76 | 0 | 0.04 | 253.23 | 0.89 | 0.59 |
| Hex | 63 | 3A | F4 | 3B | 4C | 0 | 4 | FD | 59 | 3B |
| Octal | 143 | 72 | 364 | 73 | 114 | 0 | 4 | 375 | 131 | 73 |
| Binary | 1100011 | 111010 | 11110100 | 111011 | 1001100 | 0 | 100 | 11111101 | 1011001 | 111011 |
Color Harmonies of #633AF4
Complementary color
Monochromatic Colors of #633AF4
Black with #633AF4
Text Example
Text Example
White with #633AF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #633AF4; }
p { color: rgb(99,58,244); }
H1.HeaderClassName
{
color: #633AF4;
}
.AnyTagClassName
{
color: #633AF4;
}
</style>
background-color css
<style>
a { background-color: #633AF4; }
a { background-color: rgb(99,58,244); }
div.DivClassName
{
background-color: #633AF4;
}
.BgClassName
{
background-color: #633AF4;
}
</style>
border-color css
<style>
span { border-color: #633AF4; }
span { border-color: rgb(99,58,244); }
td.TdClassName
{
border-color: #633AF4;
}
.TagClassName
{
border-color: #633AF4;
}
</style>