Shades of Neon Blue #663FFD
Tints of Neon Blue #663FFD
RGB
CMYK
RGB Variations
Color information
#663FFD (or 0x663FFD) is known color: Neon Blue. HEX triplet: 66, 3F and FD. RGB value is (102,63,253). Sum of RGB (Red+Green+Blue) = 102+63+253=418 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.40% from 418); Green value is 63 (25% from 255 or 15.07% from 418); Blue value is 253 (99.22% from 255 or 60.53% from 418); Max value from RGB is 253 - color contains mainly: blue. Hex color #663FFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #663FFD is #99C002. Grayscale: #5F5F5F. Windows color (decimal): -10076163 or 16596838. OLE color: 16596838.
HSL color Cylindrical-coordinate representation of color #663FFD: hue angle of 252.32º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #663FFD is Cyan = 0.60, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 102 | 63 | 253 | - |
| CMYK | 0.60 | 0.75 | 0 | 0.01 |
| HSL | 252.32º | 0.98% | 0.62% | - |
| HSV(B) | 252.32º | 0.75% | 0.99% | - |
| XYZ | 24.99 | 13.47 | 94.21 | - |
| YUV | 96.32 | 216.42 | 132.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 63 | 253 | 0.60 | 0.75 | 0 | 0.01 | 252.32 | 0.98 | 0.62 |
| Hex | 66 | 3F | FD | 3C | 4B | 0 | 1 | FC | 62 | 3E |
| Octal | 146 | 77 | 375 | 74 | 113 | 0 | 1 | 374 | 142 | 76 |
| Binary | 1100110 | 111111 | 11111101 | 111100 | 1001011 | 0 | 1 | 11111100 | 1100010 | 111110 |
Color Harmonies of #663FFD
Complementary color
Monochromatic Colors of #663FFD
Black with #663FFD
Text Example
Text Example
White with #663FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663FFD; }
p { color: rgb(102,63,253); }
H1.HeaderClassName
{
color: #663FFD;
}
.AnyTagClassName
{
color: #663FFD;
}
</style>
background-color css
<style>
a { background-color: #663FFD; }
a { background-color: rgb(102,63,253); }
div.DivClassName
{
background-color: #663FFD;
}
.BgClassName
{
background-color: #663FFD;
}
</style>
border-color css
<style>
span { border-color: #663FFD; }
span { border-color: rgb(102,63,253); }
td.TdClassName
{
border-color: #663FFD;
}
.TagClassName
{
border-color: #663FFD;
}
</style>