Shades of Neon Blue #663EED
Tints of Neon Blue #663EED
RGB
CMYK
RGB Variations
Color information
#663EED (or 0x663EED) is known color: Neon Blue. HEX triplet: 66, 3E and ED. RGB value is (102,62,237). Sum of RGB (Red+Green+Blue) = 102+62+237=401 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.44% from 401); Green value is 62 (24.61% from 255 or 15.46% from 401); Blue value is 237 (92.97% from 255 or 59.10% from 401); Max value from RGB is 237 - color contains mainly: blue. Hex color #663EED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #663EED is #99C112. Grayscale: #5D5D5D. Windows color (decimal): -10076435 or 15548006. OLE color: 15548006.
HSL color Cylindrical-coordinate representation of color #663EED: hue angle of 253.71º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #663EED is Cyan = 0.57, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 102 | 62 | 237 | - |
| CMYK | 0.57 | 0.74 | 0 | 0.07 |
| HSL | 253.71º | 0.83% | 0.59% | - |
| HSV(B) | 253.71º | 0.74% | 0.93% | - |
| XYZ | 22.49 | 12.38 | 81.33 | - |
| YUV | 93.91 | 208.75 | 133.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 62 | 237 | 0.57 | 0.74 | 0 | 0.07 | 253.71 | 0.83 | 0.59 |
| Hex | 66 | 3E | ED | 39 | 4A | 0 | 7 | FE | 53 | 3B |
| Octal | 146 | 76 | 355 | 71 | 112 | 0 | 7 | 376 | 123 | 73 |
| Binary | 1100110 | 111110 | 11101101 | 111001 | 1001010 | 0 | 111 | 11111110 | 1010011 | 111011 |
Color Harmonies of #663EED
Complementary color
Monochromatic Colors of #663EED
Black with #663EED
Text Example
Text Example
White with #663EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663EED; }
p { color: rgb(102,62,237); }
H1.HeaderClassName
{
color: #663EED;
}
.AnyTagClassName
{
color: #663EED;
}
</style>
background-color css
<style>
a { background-color: #663EED; }
a { background-color: rgb(102,62,237); }
div.DivClassName
{
background-color: #663EED;
}
.BgClassName
{
background-color: #663EED;
}
</style>
border-color css
<style>
span { border-color: #663EED; }
span { border-color: rgb(102,62,237); }
td.TdClassName
{
border-color: #663EED;
}
.TagClassName
{
border-color: #663EED;
}
</style>