Shades of Neon Blue #663BFB
Tints of Neon Blue #663BFB
RGB
CMYK
RGB Variations
Color information
#663BFB (or 0x663BFB) is known color: Neon Blue. HEX triplet: 66, 3B and FB. RGB value is (102,59,251). Sum of RGB (Red+Green+Blue) = 102+59+251=412 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.76% from 412); Green value is 59 (23.44% from 255 or 14.32% from 412); Blue value is 251 (98.44% from 255 or 60.92% from 412); Max value from RGB is 251 - color contains mainly: blue. Hex color #663BFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #663BFB is #99C404. Grayscale: #5D5D5D. Windows color (decimal): -10077189 or 16464742. OLE color: 16464742.
HSL color Cylindrical-coordinate representation of color #663BFB: hue angle of 253.44º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #663BFB is Cyan = 0.59, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 102 | 59 | 251 | - |
| CMYK | 0.59 | 0.76 | 0 | 0.02 |
| HSL | 253.44º | 0.96% | 0.61% | - |
| HSV(B) | 253.44º | 0.76% | 0.98% | - |
| XYZ | 24.46 | 12.92 | 92.47 | - |
| YUV | 93.75 | 216.75 | 133.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 59 | 251 | 0.59 | 0.76 | 0 | 0.02 | 253.44 | 0.96 | 0.61 |
| Hex | 66 | 3B | FB | 3B | 4C | 0 | 2 | FD | 60 | 3D |
| Octal | 146 | 73 | 373 | 73 | 114 | 0 | 2 | 375 | 140 | 75 |
| Binary | 1100110 | 111011 | 11111011 | 111011 | 1001100 | 0 | 10 | 11111101 | 1100000 | 111101 |
Color Harmonies of #663BFB
Complementary color
Monochromatic Colors of #663BFB
Black with #663BFB
Text Example
Text Example
White with #663BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663BFB; }
p { color: rgb(102,59,251); }
H1.HeaderClassName
{
color: #663BFB;
}
.AnyTagClassName
{
color: #663BFB;
}
</style>
background-color css
<style>
a { background-color: #663BFB; }
a { background-color: rgb(102,59,251); }
div.DivClassName
{
background-color: #663BFB;
}
.BgClassName
{
background-color: #663BFB;
}
</style>
border-color css
<style>
span { border-color: #663BFB; }
span { border-color: rgb(102,59,251); }
td.TdClassName
{
border-color: #663BFB;
}
.TagClassName
{
border-color: #663BFB;
}
</style>