Shades of Neon Blue #663FFE
Tints of Neon Blue #663FFE
RGB
CMYK
RGB Variations
Color information
#663FFE (or 0x663FFE) is known color: Neon Blue. HEX triplet: 66, 3F and FE. RGB value is (102,63,254). Sum of RGB (Red+Green+Blue) = 102+63+254=419 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.34% from 419); Green value is 63 (25% from 255 or 15.04% from 419); Blue value is 254 (99.61% from 255 or 60.62% from 419); Max value from RGB is 254 - color contains mainly: blue. Hex color #663FFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #663FFE is #99C001. Grayscale: #5F5F5F. Windows color (decimal): -10076162 or 16662374. OLE color: 16662374.
HSL color Cylindrical-coordinate representation of color #663FFE: hue angle of 252.25º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #663FFE is Cyan = 0.60, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 102 | 63 | 254 | - |
| CMYK | 0.60 | 0.75 | 0 | 0.00 |
| HSL | 252.25º | 0.99% | 0.62% | - |
| HSV(B) | 252.25º | 0.75% | 1% | - |
| XYZ | 25.15 | 13.54 | 95.05 | - |
| YUV | 96.44 | 216.92 | 131.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 63 | 254 | 0.60 | 0.75 | 0 | 0.00 | 252.25 | 0.99 | 0.62 |
| Hex | 66 | 3F | FE | 3C | 4B | 0 | 0 | FC | 63 | 3E |
| Octal | 146 | 77 | 376 | 74 | 113 | 0 | 0 | 374 | 143 | 76 |
| Binary | 1100110 | 111111 | 11111110 | 111100 | 1001011 | 0 | 0 | 11111100 | 1100011 | 111110 |
Color Harmonies of #663FFE
Complementary color
Monochromatic Colors of #663FFE
Black with #663FFE
Text Example
Text Example
White with #663FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663FFE; }
p { color: rgb(102,63,254); }
H1.HeaderClassName
{
color: #663FFE;
}
.AnyTagClassName
{
color: #663FFE;
}
</style>
background-color css
<style>
a { background-color: #663FFE; }
a { background-color: rgb(102,63,254); }
div.DivClassName
{
background-color: #663FFE;
}
.BgClassName
{
background-color: #663FFE;
}
</style>
border-color css
<style>
span { border-color: #663FFE; }
span { border-color: rgb(102,63,254); }
td.TdClassName
{
border-color: #663FFE;
}
.TagClassName
{
border-color: #663FFE;
}
</style>