Shades of Neon Blue #663CEE
Tints of Neon Blue #663CEE
RGB
CMYK
RGB Variations
Color information
#663CEE (or 0x663CEE) is known color: Neon Blue. HEX triplet: 66, 3C and EE. RGB value is (102,60,238). Sum of RGB (Red+Green+Blue) = 102+60+238=400 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.5% from 400); Green value is 60 (23.83% from 255 or 15% from 400); Blue value is 238 (93.36% from 255 or 59.5% from 400); Max value from RGB is 238 - color contains mainly: blue. Hex color #663CEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #663CEE is #99C311. Grayscale: #5C5C5C. Windows color (decimal): -10076946 or 15613030. OLE color: 15613030.
HSL color Cylindrical-coordinate representation of color #663CEE: hue angle of 254.16º degrees, saturation: 0.84, 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 #663CEE is Cyan = 0.57, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 102 | 60 | 238 | - |
| CMYK | 0.57 | 0.75 | 0 | 0.07 |
| HSL | 254.16º | 0.84% | 0.58% | - |
| HSV(B) | 254.16º | 0.75% | 0.93% | - |
| XYZ | 22.53 | 12.23 | 82.06 | - |
| YUV | 92.85 | 209.91 | 134.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 60 | 238 | 0.57 | 0.75 | 0 | 0.07 | 254.16 | 0.84 | 0.58 |
| Hex | 66 | 3C | EE | 39 | 4B | 0 | 7 | FE | 54 | 3A |
| Octal | 146 | 74 | 356 | 71 | 113 | 0 | 7 | 376 | 124 | 72 |
| Binary | 1100110 | 111100 | 11101110 | 111001 | 1001011 | 0 | 111 | 11111110 | 1010100 | 111010 |
Color Harmonies of #663CEE
Complementary color
Monochromatic Colors of #663CEE
Black with #663CEE
Text Example
Text Example
White with #663CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663CEE; }
p { color: rgb(102,60,238); }
H1.HeaderClassName
{
color: #663CEE;
}
.AnyTagClassName
{
color: #663CEE;
}
</style>
background-color css
<style>
a { background-color: #663CEE; }
a { background-color: rgb(102,60,238); }
div.DivClassName
{
background-color: #663CEE;
}
.BgClassName
{
background-color: #663CEE;
}
</style>
border-color css
<style>
span { border-color: #663CEE; }
span { border-color: rgb(102,60,238); }
td.TdClassName
{
border-color: #663CEE;
}
.TagClassName
{
border-color: #663CEE;
}
</style>