Shades of Neon Blue #663DED
Tints of Neon Blue #663DED
RGB
CMYK
RGB Variations
Color information
#663DED (or 0x663DED) is known color: Neon Blue. HEX triplet: 66, 3D and ED. RGB value is (102,61,237). Sum of RGB (Red+Green+Blue) = 102+61+237=400 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.5% from 400); Green value is 61 (24.22% from 255 or 15.25% from 400); Blue value is 237 (92.97% from 255 or 59.25% from 400); Max value from RGB is 237 - color contains mainly: blue. Hex color #663DED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #663DED is #99C212. Grayscale: #5C5C5C. Windows color (decimal): -10076691 or 15547750. OLE color: 15547750.
HSL color Cylindrical-coordinate representation of color #663DED: hue angle of 253.98º degrees, saturation: 0.83, 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 #663DED is Cyan = 0.57, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 102 | 61 | 237 | - |
| CMYK | 0.57 | 0.74 | 0 | 0.07 |
| HSL | 253.98º | 0.83% | 0.58% | - |
| HSV(B) | 253.98º | 0.74% | 0.93% | - |
| XYZ | 22.43 | 12.28 | 81.31 | - |
| YUV | 93.32 | 209.08 | 134.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 61 | 237 | 0.57 | 0.74 | 0 | 0.07 | 253.98 | 0.83 | 0.58 |
| Hex | 66 | 3D | ED | 39 | 4A | 0 | 7 | FE | 53 | 3A |
| Octal | 146 | 75 | 355 | 71 | 112 | 0 | 7 | 376 | 123 | 72 |
| Binary | 1100110 | 111101 | 11101101 | 111001 | 1001010 | 0 | 111 | 11111110 | 1010011 | 111010 |
Color Harmonies of #663DED
Complementary color
Monochromatic Colors of #663DED
Black with #663DED
Text Example
Text Example
White with #663DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663DED; }
p { color: rgb(102,61,237); }
H1.HeaderClassName
{
color: #663DED;
}
.AnyTagClassName
{
color: #663DED;
}
</style>
background-color css
<style>
a { background-color: #663DED; }
a { background-color: rgb(102,61,237); }
div.DivClassName
{
background-color: #663DED;
}
.BgClassName
{
background-color: #663DED;
}
</style>
border-color css
<style>
span { border-color: #663DED; }
span { border-color: rgb(102,61,237); }
td.TdClassName
{
border-color: #663DED;
}
.TagClassName
{
border-color: #663DED;
}
</style>