Shades of Neon Blue #663BFA
Tints of Neon Blue #663BFA
RGB
CMYK
RGB Variations
Color information
#663BFA (or 0x663BFA) is known color: Neon Blue. HEX triplet: 66, 3B and FA. RGB value is (102,59,250). Sum of RGB (Red+Green+Blue) = 102+59+250=411 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.82% from 411); Green value is 59 (23.44% from 255 or 14.36% from 411); Blue value is 250 (98.05% from 255 or 60.83% from 411); Max value from RGB is 250 - color contains mainly: blue. Hex color #663BFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #663BFA is #99C405. Grayscale: #5C5C5C. Windows color (decimal): -10077190 or 16399206. OLE color: 16399206.
HSL color Cylindrical-coordinate representation of color #663BFA: hue angle of 253.51º degrees, saturation: 0.95, 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 #663BFA is Cyan = 0.59, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 102 | 59 | 250 | - |
| CMYK | 0.59 | 0.76 | 0 | 0.02 |
| HSL | 253.51º | 0.95% | 0.61% | - |
| HSV(B) | 253.51º | 0.76% | 0.98% | - |
| XYZ | 24.3 | 12.85 | 91.64 | - |
| YUV | 93.63 | 216.25 | 133.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 59 | 250 | 0.59 | 0.76 | 0 | 0.02 | 253.51 | 0.95 | 0.61 |
| Hex | 66 | 3B | FA | 3B | 4C | 0 | 2 | FE | 5F | 3D |
| Octal | 146 | 73 | 372 | 73 | 114 | 0 | 2 | 376 | 137 | 75 |
| Binary | 1100110 | 111011 | 11111010 | 111011 | 1001100 | 0 | 10 | 11111110 | 1011111 | 111101 |
Color Harmonies of #663BFA
Complementary color
Monochromatic Colors of #663BFA
Black with #663BFA
Text Example
Text Example
White with #663BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663BFA; }
p { color: rgb(102,59,250); }
H1.HeaderClassName
{
color: #663BFA;
}
.AnyTagClassName
{
color: #663BFA;
}
</style>
background-color css
<style>
a { background-color: #663BFA; }
a { background-color: rgb(102,59,250); }
div.DivClassName
{
background-color: #663BFA;
}
.BgClassName
{
background-color: #663BFA;
}
</style>
border-color css
<style>
span { border-color: #663BFA; }
span { border-color: rgb(102,59,250); }
td.TdClassName
{
border-color: #663BFA;
}
.TagClassName
{
border-color: #663BFA;
}
</style>