Shades of Neon Blue #663BFC
Tints of Neon Blue #663BFC
RGB
CMYK
RGB Variations
Color information
#663BFC (or 0x663BFC) is known color: Neon Blue. HEX triplet: 66, 3B and FC. RGB value is (102,59,252). Sum of RGB (Red+Green+Blue) = 102+59+252=413 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.70% from 413); Green value is 59 (23.44% from 255 or 14.29% from 413); Blue value is 252 (98.83% from 255 or 61.02% from 413); Max value from RGB is 252 - color contains mainly: blue. Hex color #663BFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #663BFC is #99C403. Grayscale: #5D5D5D. Windows color (decimal): -10077188 or 16530278. OLE color: 16530278.
HSL color Cylindrical-coordinate representation of color #663BFC: hue angle of 253.37º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #663BFC is Cyan = 0.60, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 102 | 59 | 252 | - |
| CMYK | 0.60 | 0.77 | 0 | 0.01 |
| HSL | 253.37º | 0.97% | 0.61% | - |
| HSV(B) | 253.37º | 0.77% | 0.99% | - |
| XYZ | 24.61 | 12.98 | 93.3 | - |
| YUV | 93.86 | 217.25 | 133.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 59 | 252 | 0.60 | 0.77 | 0 | 0.01 | 253.37 | 0.97 | 0.61 |
| Hex | 66 | 3B | FC | 3C | 4D | 0 | 1 | FD | 61 | 3D |
| Octal | 146 | 73 | 374 | 74 | 115 | 0 | 1 | 375 | 141 | 75 |
| Binary | 1100110 | 111011 | 11111100 | 111100 | 1001101 | 0 | 1 | 11111101 | 1100001 | 111101 |
Color Harmonies of #663BFC
Complementary color
Monochromatic Colors of #663BFC
Black with #663BFC
Text Example
Text Example
White with #663BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663BFC; }
p { color: rgb(102,59,252); }
H1.HeaderClassName
{
color: #663BFC;
}
.AnyTagClassName
{
color: #663BFC;
}
</style>
background-color css
<style>
a { background-color: #663BFC; }
a { background-color: rgb(102,59,252); }
div.DivClassName
{
background-color: #663BFC;
}
.BgClassName
{
background-color: #663BFC;
}
</style>
border-color css
<style>
span { border-color: #663BFC; }
span { border-color: rgb(102,59,252); }
td.TdClassName
{
border-color: #663BFC;
}
.TagClassName
{
border-color: #663BFC;
}
</style>