Shades of Neon Blue #663CEA
Tints of Neon Blue #663CEA
RGB
CMYK
RGB Variations
Color information
#663CEA (or 0x663CEA) is known color: Neon Blue. HEX triplet: 66, 3C and EA. RGB value is (102,60,234). Sum of RGB (Red+Green+Blue) = 102+60+234=396 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.76% from 396); Green value is 60 (23.83% from 255 or 15.15% from 396); Blue value is 234 (91.80% from 255 or 59.09% from 396); Max value from RGB is 234 - color contains mainly: blue. Hex color #663CEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #663CEA is #99C315. Grayscale: #5B5B5B. Windows color (decimal): -10076950 or 15350886. OLE color: 15350886.
HSL color Cylindrical-coordinate representation of color #663CEA: hue angle of 254.48º 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 #663CEA is Cyan = 0.56, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 102 | 60 | 234 | - |
| CMYK | 0.56 | 0.74 | 0 | 0.08 |
| HSL | 254.48º | 0.81% | 0.58% | - |
| HSV(B) | 254.48º | 0.74% | 0.92% | - |
| XYZ | 21.95 | 12 | 79 | - |
| YUV | 92.39 | 207.91 | 134.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 60 | 234 | 0.56 | 0.74 | 0 | 0.08 | 254.48 | 0.81 | 0.58 |
| Hex | 66 | 3C | EA | 38 | 4A | 0 | 8 | FE | 51 | 3A |
| Octal | 146 | 74 | 352 | 70 | 112 | 0 | 10 | 376 | 121 | 72 |
| Binary | 1100110 | 111100 | 11101010 | 111000 | 1001010 | 0 | 1000 | 11111110 | 1010001 | 111010 |
Color Harmonies of #663CEA
Complementary color
Monochromatic Colors of #663CEA
Black with #663CEA
Text Example
Text Example
White with #663CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663CEA; }
p { color: rgb(102,60,234); }
H1.HeaderClassName
{
color: #663CEA;
}
.AnyTagClassName
{
color: #663CEA;
}
</style>
background-color css
<style>
a { background-color: #663CEA; }
a { background-color: rgb(102,60,234); }
div.DivClassName
{
background-color: #663CEA;
}
.BgClassName
{
background-color: #663CEA;
}
</style>
border-color css
<style>
span { border-color: #663CEA; }
span { border-color: rgb(102,60,234); }
td.TdClassName
{
border-color: #663CEA;
}
.TagClassName
{
border-color: #663CEA;
}
</style>