Shades of Neon Blue #663CFA
Tints of Neon Blue #663CFA
RGB
CMYK
RGB Variations
Color information
#663CFA (or 0x663CFA) is known color: Neon Blue. HEX triplet: 66, 3C and FA. RGB value is (102,60,250). Sum of RGB (Red+Green+Blue) = 102+60+250=412 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.76% from 412); Green value is 60 (23.83% from 255 or 14.56% from 412); Blue value is 250 (98.05% from 255 or 60.68% from 412); Max value from RGB is 250 - color contains mainly: blue. Hex color #663CFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #663CFA is #99C305. Grayscale: #5D5D5D. Windows color (decimal): -10076934 or 16399462. OLE color: 16399462.
HSL color Cylindrical-coordinate representation of color #663CFA: hue angle of 253.26º 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 #663CFA is Cyan = 0.59, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 102 | 60 | 250 | - |
| CMYK | 0.59 | 0.76 | 0 | 0.02 |
| HSL | 253.26º | 0.95% | 0.61% | - |
| HSV(B) | 253.26º | 0.76% | 0.98% | - |
| XYZ | 24.35 | 12.96 | 91.66 | - |
| YUV | 94.22 | 215.91 | 133.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 60 | 250 | 0.59 | 0.76 | 0 | 0.02 | 253.26 | 0.95 | 0.61 |
| Hex | 66 | 3C | FA | 3B | 4C | 0 | 2 | FD | 5F | 3D |
| Octal | 146 | 74 | 372 | 73 | 114 | 0 | 2 | 375 | 137 | 75 |
| Binary | 1100110 | 111100 | 11111010 | 111011 | 1001100 | 0 | 10 | 11111101 | 1011111 | 111101 |
Color Harmonies of #663CFA
Complementary color
Monochromatic Colors of #663CFA
Black with #663CFA
Text Example
Text Example
White with #663CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663CFA; }
p { color: rgb(102,60,250); }
H1.HeaderClassName
{
color: #663CFA;
}
.AnyTagClassName
{
color: #663CFA;
}
</style>
background-color css
<style>
a { background-color: #663CFA; }
a { background-color: rgb(102,60,250); }
div.DivClassName
{
background-color: #663CFA;
}
.BgClassName
{
background-color: #663CFA;
}
</style>
border-color css
<style>
span { border-color: #663CFA; }
span { border-color: rgb(102,60,250); }
td.TdClassName
{
border-color: #663CFA;
}
.TagClassName
{
border-color: #663CFA;
}
</style>