Shades of Neon Blue #663AFC
Tints of Neon Blue #663AFC
RGB
CMYK
RGB Variations
Color information
#663AFC (or 0x663AFC) is known color: Neon Blue. HEX triplet: 66, 3A and FC. RGB value is (102,58,252). Sum of RGB (Red+Green+Blue) = 102+58+252=412 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.76% from 412); Green value is 58 (23.05% from 255 or 14.08% from 412); Blue value is 252 (98.83% from 255 or 61.17% from 412); Max value from RGB is 252 - color contains mainly: blue. Hex color #663AFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #663AFC is #99C503. Grayscale: #5C5C5C. Windows color (decimal): -10077444 or 16530022. OLE color: 16530022.
HSL color Cylindrical-coordinate representation of color #663AFC: hue angle of 253.61º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #663AFC is Cyan = 0.60, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 102 | 58 | 252 | - |
| CMYK | 0.60 | 0.77 | 0 | 0.01 |
| HSL | 253.61º | 0.97% | 0.61% | - |
| HSV(B) | 253.61º | 0.77% | 0.99% | - |
| XYZ | 24.56 | 12.88 | 93.29 | - |
| YUV | 93.27 | 217.58 | 134.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 58 | 252 | 0.60 | 0.77 | 0 | 0.01 | 253.61 | 0.97 | 0.61 |
| Hex | 66 | 3A | FC | 3C | 4D | 0 | 1 | FE | 61 | 3D |
| Octal | 146 | 72 | 374 | 74 | 115 | 0 | 1 | 376 | 141 | 75 |
| Binary | 1100110 | 111010 | 11111100 | 111100 | 1001101 | 0 | 1 | 11111110 | 1100001 | 111101 |
Color Harmonies of #663AFC
Complementary color
Monochromatic Colors of #663AFC
Black with #663AFC
Text Example
Text Example
White with #663AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663AFC; }
p { color: rgb(102,58,252); }
H1.HeaderClassName
{
color: #663AFC;
}
.AnyTagClassName
{
color: #663AFC;
}
</style>
background-color css
<style>
a { background-color: #663AFC; }
a { background-color: rgb(102,58,252); }
div.DivClassName
{
background-color: #663AFC;
}
.BgClassName
{
background-color: #663AFC;
}
</style>
border-color css
<style>
span { border-color: #663AFC; }
span { border-color: rgb(102,58,252); }
td.TdClassName
{
border-color: #663AFC;
}
.TagClassName
{
border-color: #663AFC;
}
</style>