Shades of Neon Blue #663EEC
Tints of Neon Blue #663EEC
RGB
CMYK
RGB Variations
Color information
#663EEC (or 0x663EEC) is known color: Neon Blue. HEX triplet: 66, 3E and EC. RGB value is (102,62,236). Sum of RGB (Red+Green+Blue) = 102+62+236=400 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.5% from 400); Green value is 62 (24.61% from 255 or 15.5% from 400); Blue value is 236 (92.58% from 255 or 59% from 400); Max value from RGB is 236 - color contains mainly: blue. Hex color #663EEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #663EEC is #99C113. Grayscale: #5D5D5D. Windows color (decimal): -10076436 or 15482470. OLE color: 15482470.
HSL color Cylindrical-coordinate representation of color #663EEC: hue angle of 253.79º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #663EEC is Cyan = 0.57, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 102 | 62 | 236 | - |
| CMYK | 0.57 | 0.74 | 0 | 0.07 |
| HSL | 253.79º | 0.82% | 0.58% | - |
| HSV(B) | 253.79º | 0.74% | 0.93% | - |
| XYZ | 22.34 | 12.33 | 80.56 | - |
| YUV | 93.8 | 208.25 | 133.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 62 | 236 | 0.57 | 0.74 | 0 | 0.07 | 253.79 | 0.82 | 0.58 |
| Hex | 66 | 3E | EC | 39 | 4A | 0 | 7 | FE | 52 | 3A |
| Octal | 146 | 76 | 354 | 71 | 112 | 0 | 7 | 376 | 122 | 72 |
| Binary | 1100110 | 111110 | 11101100 | 111001 | 1001010 | 0 | 111 | 11111110 | 1010010 | 111010 |
Color Harmonies of #663EEC
Complementary color
Monochromatic Colors of #663EEC
Black with #663EEC
Text Example
Text Example
White with #663EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663EEC; }
p { color: rgb(102,62,236); }
H1.HeaderClassName
{
color: #663EEC;
}
.AnyTagClassName
{
color: #663EEC;
}
</style>
background-color css
<style>
a { background-color: #663EEC; }
a { background-color: rgb(102,62,236); }
div.DivClassName
{
background-color: #663EEC;
}
.BgClassName
{
background-color: #663EEC;
}
</style>
border-color css
<style>
span { border-color: #663EEC; }
span { border-color: rgb(102,62,236); }
td.TdClassName
{
border-color: #663EEC;
}
.TagClassName
{
border-color: #663EEC;
}
</style>