Shades of Neon Blue #663EFE
Tints of Neon Blue #663EFE
RGB
CMYK
RGB Variations
Color information
#663EFE (or 0x663EFE) is known color: Neon Blue. HEX triplet: 66, 3E and FE. RGB value is (102,62,254). Sum of RGB (Red+Green+Blue) = 102+62+254=418 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.40% from 418); Green value is 62 (24.61% from 255 or 14.83% from 418); Blue value is 254 (99.61% from 255 or 60.77% from 418); Max value from RGB is 254 - color contains mainly: blue. Hex color #663EFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #663EFE is #99C101. Grayscale: #5F5F5F. Windows color (decimal): -10076418 or 16662118. OLE color: 16662118.
HSL color Cylindrical-coordinate representation of color #663EFE: hue angle of 252.5º 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 #663EFE is Cyan = 0.60, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 102 | 62 | 254 | - |
| CMYK | 0.60 | 0.76 | 0 | 0.00 |
| HSL | 252.5º | 0.99% | 0.62% | - |
| HSV(B) | 252.5º | 0.76% | 1% | - |
| XYZ | 25.09 | 13.43 | 95.03 | - |
| YUV | 95.85 | 217.25 | 132.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 62 | 254 | 0.60 | 0.76 | 0 | 0.00 | 252.5 | 0.99 | 0.62 |
| Hex | 66 | 3E | FE | 3C | 4C | 0 | 0 | FD | 63 | 3E |
| Octal | 146 | 76 | 376 | 74 | 114 | 0 | 0 | 375 | 143 | 76 |
| Binary | 1100110 | 111110 | 11111110 | 111100 | 1001100 | 0 | 0 | 11111101 | 1100011 | 111110 |
Color Harmonies of #663EFE
Complementary color
Monochromatic Colors of #663EFE
Black with #663EFE
Text Example
Text Example
White with #663EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663EFE; }
p { color: rgb(102,62,254); }
H1.HeaderClassName
{
color: #663EFE;
}
.AnyTagClassName
{
color: #663EFE;
}
</style>
background-color css
<style>
a { background-color: #663EFE; }
a { background-color: rgb(102,62,254); }
div.DivClassName
{
background-color: #663EFE;
}
.BgClassName
{
background-color: #663EFE;
}
</style>
border-color css
<style>
span { border-color: #663EFE; }
span { border-color: rgb(102,62,254); }
td.TdClassName
{
border-color: #663EFE;
}
.TagClassName
{
border-color: #663EFE;
}
</style>