Shades of Neon Blue #663CEB
Tints of Neon Blue #663CEB
RGB
CMYK
RGB Variations
Color information
#663CEB (or 0x663CEB) is known color: Neon Blue. HEX triplet: 66, 3C and EB. RGB value is (102,60,235). Sum of RGB (Red+Green+Blue) = 102+60+235=397 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.69% from 397); Green value is 60 (23.83% from 255 or 15.11% from 397); Blue value is 235 (92.19% from 255 or 59.19% from 397); Max value from RGB is 235 - color contains mainly: blue. Hex color #663CEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #663CEB is #99C314. Grayscale: #5B5B5B. Windows color (decimal): -10076949 or 15416422. OLE color: 15416422.
HSL color Cylindrical-coordinate representation of color #663CEB: hue angle of 254.4º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #663CEB is Cyan = 0.57, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 102 | 60 | 235 | - |
| CMYK | 0.57 | 0.74 | 0 | 0.08 |
| HSL | 254.4º | 0.81% | 0.58% | - |
| HSV(B) | 254.4º | 0.74% | 0.92% | - |
| XYZ | 22.09 | 12.05 | 79.76 | - |
| YUV | 92.51 | 208.41 | 134.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 60 | 235 | 0.57 | 0.74 | 0 | 0.08 | 254.4 | 0.81 | 0.58 |
| Hex | 66 | 3C | EB | 39 | 4A | 0 | 8 | FE | 51 | 3A |
| Octal | 146 | 74 | 353 | 71 | 112 | 0 | 10 | 376 | 121 | 72 |
| Binary | 1100110 | 111100 | 11101011 | 111001 | 1001010 | 0 | 1000 | 11111110 | 1010001 | 111010 |
Color Harmonies of #663CEB
Complementary color
Monochromatic Colors of #663CEB
Black with #663CEB
Text Example
Text Example
White with #663CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663CEB; }
p { color: rgb(102,60,235); }
H1.HeaderClassName
{
color: #663CEB;
}
.AnyTagClassName
{
color: #663CEB;
}
</style>
background-color css
<style>
a { background-color: #663CEB; }
a { background-color: rgb(102,60,235); }
div.DivClassName
{
background-color: #663CEB;
}
.BgClassName
{
background-color: #663CEB;
}
</style>
border-color css
<style>
span { border-color: #663CEB; }
span { border-color: rgb(102,60,235); }
td.TdClassName
{
border-color: #663CEB;
}
.TagClassName
{
border-color: #663CEB;
}
</style>