Shades of Neon Blue #663BFE
Tints of Neon Blue #663BFE
RGB
CMYK
RGB Variations
Color information
#663BFE (or 0x663BFE) is known color: Neon Blue. HEX triplet: 66, 3B and FE. RGB value is (102,59,254). Sum of RGB (Red+Green+Blue) = 102+59+254=415 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.58% from 415); Green value is 59 (23.44% from 255 or 14.22% from 415); Blue value is 254 (99.61% from 255 or 61.20% from 415); Max value from RGB is 254 - color contains mainly: blue. Hex color #663BFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #663BFE is #99C401. Grayscale: #5D5D5D. Windows color (decimal): -10077186 or 16661350. OLE color: 16661350.
HSL color Cylindrical-coordinate representation of color #663BFE: hue angle of 253.23º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #663BFE is Cyan = 0.60, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 102 | 59 | 254 | - |
| CMYK | 0.60 | 0.77 | 0 | 0.00 |
| HSL | 253.23º | 0.99% | 0.61% | - |
| HSV(B) | 253.23º | 0.77% | 1% | - |
| XYZ | 24.93 | 13.11 | 94.98 | - |
| YUV | 94.09 | 218.25 | 133.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 59 | 254 | 0.60 | 0.77 | 0 | 0.00 | 253.23 | 0.99 | 0.61 |
| Hex | 66 | 3B | FE | 3C | 4D | 0 | 0 | FD | 63 | 3D |
| Octal | 146 | 73 | 376 | 74 | 115 | 0 | 0 | 375 | 143 | 75 |
| Binary | 1100110 | 111011 | 11111110 | 111100 | 1001101 | 0 | 0 | 11111101 | 1100011 | 111101 |
Color Harmonies of #663BFE
Complementary color
Monochromatic Colors of #663BFE
Black with #663BFE
Text Example
Text Example
White with #663BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663BFE; }
p { color: rgb(102,59,254); }
H1.HeaderClassName
{
color: #663BFE;
}
.AnyTagClassName
{
color: #663BFE;
}
</style>
background-color css
<style>
a { background-color: #663BFE; }
a { background-color: rgb(102,59,254); }
div.DivClassName
{
background-color: #663BFE;
}
.BgClassName
{
background-color: #663BFE;
}
</style>
border-color css
<style>
span { border-color: #663BFE; }
span { border-color: rgb(102,59,254); }
td.TdClassName
{
border-color: #663BFE;
}
.TagClassName
{
border-color: #663BFE;
}
</style>