Shades of Neon Blue #663DEC
Tints of Neon Blue #663DEC
RGB
CMYK
RGB Variations
Color information
#663DEC (or 0x663DEC) is known color: Neon Blue. HEX triplet: 66, 3D and EC. RGB value is (102,61,236). Sum of RGB (Red+Green+Blue) = 102+61+236=399 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.56% from 399); Green value is 61 (24.22% from 255 or 15.29% from 399); Blue value is 236 (92.58% from 255 or 59.15% from 399); Max value from RGB is 236 - color contains mainly: blue. Hex color #663DEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #663DEC is #99C213. Grayscale: #5C5C5C. Windows color (decimal): -10076692 or 15482214. OLE color: 15482214.
HSL color Cylindrical-coordinate representation of color #663DEC: hue angle of 254.06º 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 #663DEC is Cyan = 0.57, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 102 | 61 | 236 | - |
| CMYK | 0.57 | 0.74 | 0 | 0.07 |
| HSL | 254.06º | 0.82% | 0.58% | - |
| HSV(B) | 254.06º | 0.74% | 0.93% | - |
| XYZ | 22.29 | 12.22 | 80.54 | - |
| YUV | 93.21 | 208.58 | 134.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 61 | 236 | 0.57 | 0.74 | 0 | 0.07 | 254.06 | 0.82 | 0.58 |
| Hex | 66 | 3D | EC | 39 | 4A | 0 | 7 | FE | 52 | 3A |
| Octal | 146 | 75 | 354 | 71 | 112 | 0 | 7 | 376 | 122 | 72 |
| Binary | 1100110 | 111101 | 11101100 | 111001 | 1001010 | 0 | 111 | 11111110 | 1010010 | 111010 |
Color Harmonies of #663DEC
Complementary color
Monochromatic Colors of #663DEC
Black with #663DEC
Text Example
Text Example
White with #663DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663DEC; }
p { color: rgb(102,61,236); }
H1.HeaderClassName
{
color: #663DEC;
}
.AnyTagClassName
{
color: #663DEC;
}
</style>
background-color css
<style>
a { background-color: #663DEC; }
a { background-color: rgb(102,61,236); }
div.DivClassName
{
background-color: #663DEC;
}
.BgClassName
{
background-color: #663DEC;
}
</style>
border-color css
<style>
span { border-color: #663DEC; }
span { border-color: rgb(102,61,236); }
td.TdClassName
{
border-color: #663DEC;
}
.TagClassName
{
border-color: #663DEC;
}
</style>