Shades of Neon Blue #663CEC
Tints of Neon Blue #663CEC
RGB
CMYK
RGB Variations
Color information
#663CEC (or 0x663CEC) is known color: Neon Blue. HEX triplet: 66, 3C and EC. RGB value is (102,60,236). Sum of RGB (Red+Green+Blue) = 102+60+236=398 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.63% from 398); Green value is 60 (23.83% from 255 or 15.08% from 398); Blue value is 236 (92.58% from 255 or 59.30% from 398); Max value from RGB is 236 - color contains mainly: blue. Hex color #663CEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #663CEC is #99C313. Grayscale: #5B5B5B. Windows color (decimal): -10076948 or 15481958. OLE color: 15481958.
HSL color Cylindrical-coordinate representation of color #663CEC: hue angle of 254.32º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #663CEC is Cyan = 0.57, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 102 | 60 | 236 | - |
| CMYK | 0.57 | 0.75 | 0 | 0.07 |
| HSL | 254.32º | 0.82% | 0.58% | - |
| HSV(B) | 254.32º | 0.75% | 0.93% | - |
| XYZ | 22.24 | 12.11 | 80.52 | - |
| YUV | 92.62 | 208.91 | 134.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 60 | 236 | 0.57 | 0.75 | 0 | 0.07 | 254.32 | 0.82 | 0.58 |
| Hex | 66 | 3C | EC | 39 | 4B | 0 | 7 | FE | 52 | 3A |
| Octal | 146 | 74 | 354 | 71 | 113 | 0 | 7 | 376 | 122 | 72 |
| Binary | 1100110 | 111100 | 11101100 | 111001 | 1001011 | 0 | 111 | 11111110 | 1010010 | 111010 |
Color Harmonies of #663CEC
Complementary color
Monochromatic Colors of #663CEC
Black with #663CEC
Text Example
Text Example
White with #663CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663CEC; }
p { color: rgb(102,60,236); }
H1.HeaderClassName
{
color: #663CEC;
}
.AnyTagClassName
{
color: #663CEC;
}
</style>
background-color css
<style>
a { background-color: #663CEC; }
a { background-color: rgb(102,60,236); }
div.DivClassName
{
background-color: #663CEC;
}
.BgClassName
{
background-color: #663CEC;
}
</style>
border-color css
<style>
span { border-color: #663CEC; }
span { border-color: rgb(102,60,236); }
td.TdClassName
{
border-color: #663CEC;
}
.TagClassName
{
border-color: #663CEC;
}
</style>