Shades of Neon Blue #663CFE
Tints of Neon Blue #663CFE
RGB
CMYK
RGB Variations
Color information
#663CFE (or 0x663CFE) is known color: Neon Blue. HEX triplet: 66, 3C and FE. RGB value is (102,60,254). Sum of RGB (Red+Green+Blue) = 102+60+254=416 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.52% from 416); Green value is 60 (23.83% from 255 or 14.42% from 416); Blue value is 254 (99.61% from 255 or 61.06% from 416); Max value from RGB is 254 - color contains mainly: blue. Hex color #663CFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #663CFE is #99C301. Grayscale: #5D5D5D. Windows color (decimal): -10076930 or 16661606. OLE color: 16661606.
HSL color Cylindrical-coordinate representation of color #663CFE: hue angle of 252.99º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #663CFE is Cyan = 0.60, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 102 | 60 | 254 | - |
| CMYK | 0.60 | 0.76 | 0 | 0.00 |
| HSL | 252.99º | 0.99% | 0.62% | - |
| HSV(B) | 252.99º | 0.76% | 1% | - |
| XYZ | 24.98 | 13.21 | 95 | - |
| YUV | 94.67 | 217.91 | 133.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 60 | 254 | 0.60 | 0.76 | 0 | 0.00 | 252.99 | 0.99 | 0.62 |
| Hex | 66 | 3C | FE | 3C | 4C | 0 | 0 | FD | 63 | 3E |
| Octal | 146 | 74 | 376 | 74 | 114 | 0 | 0 | 375 | 143 | 76 |
| Binary | 1100110 | 111100 | 11111110 | 111100 | 1001100 | 0 | 0 | 11111101 | 1100011 | 111110 |
Color Harmonies of #663CFE
Complementary color
Monochromatic Colors of #663CFE
Black with #663CFE
Text Example
Text Example
White with #663CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663CFE; }
p { color: rgb(102,60,254); }
H1.HeaderClassName
{
color: #663CFE;
}
.AnyTagClassName
{
color: #663CFE;
}
</style>
background-color css
<style>
a { background-color: #663CFE; }
a { background-color: rgb(102,60,254); }
div.DivClassName
{
background-color: #663CFE;
}
.BgClassName
{
background-color: #663CFE;
}
</style>
border-color css
<style>
span { border-color: #663CFE; }
span { border-color: rgb(102,60,254); }
td.TdClassName
{
border-color: #663CFE;
}
.TagClassName
{
border-color: #663CFE;
}
</style>