Shades of Neon Blue #663DFE
Tints of Neon Blue #663DFE
RGB
CMYK
RGB Variations
Color information
#663DFE (or 0x663DFE) is known color: Neon Blue. HEX triplet: 66, 3D and FE. RGB value is (102,61,254). Sum of RGB (Red+Green+Blue) = 102+61+254=417 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.46% from 417); Green value is 61 (24.22% from 255 or 14.63% from 417); Blue value is 254 (99.61% from 255 or 60.91% from 417); Max value from RGB is 254 - color contains mainly: blue. Hex color #663DFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #663DFE is #99C201. Grayscale: #5E5E5E. Windows color (decimal): -10076674 or 16661862. OLE color: 16661862.
HSL color Cylindrical-coordinate representation of color #663DFE: hue angle of 252.75º 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 #663DFE is Cyan = 0.60, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 102 | 61 | 254 | - |
| CMYK | 0.60 | 0.76 | 0 | 0.00 |
| HSL | 252.75º | 0.99% | 0.62% | - |
| HSV(B) | 252.75º | 0.76% | 1% | - |
| XYZ | 25.04 | 13.32 | 95.02 | - |
| YUV | 95.26 | 217.58 | 132.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 61 | 254 | 0.60 | 0.76 | 0 | 0.00 | 252.75 | 0.99 | 0.62 |
| Hex | 66 | 3D | FE | 3C | 4C | 0 | 0 | FD | 63 | 3E |
| Octal | 146 | 75 | 376 | 74 | 114 | 0 | 0 | 375 | 143 | 76 |
| Binary | 1100110 | 111101 | 11111110 | 111100 | 1001100 | 0 | 0 | 11111101 | 1100011 | 111110 |
Color Harmonies of #663DFE
Complementary color
Monochromatic Colors of #663DFE
Black with #663DFE
Text Example
Text Example
White with #663DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663DFE; }
p { color: rgb(102,61,254); }
H1.HeaderClassName
{
color: #663DFE;
}
.AnyTagClassName
{
color: #663DFE;
}
</style>
background-color css
<style>
a { background-color: #663DFE; }
a { background-color: rgb(102,61,254); }
div.DivClassName
{
background-color: #663DFE;
}
.BgClassName
{
background-color: #663DFE;
}
</style>
border-color css
<style>
span { border-color: #663DFE; }
span { border-color: rgb(102,61,254); }
td.TdClassName
{
border-color: #663DFE;
}
.TagClassName
{
border-color: #663DFE;
}
</style>