Shades of Neon Blue #663EEB
Tints of Neon Blue #663EEB
RGB
CMYK
RGB Variations
Color information
#663EEB (or 0x663EEB) is known color: Neon Blue. HEX triplet: 66, 3E and EB. RGB value is (102,62,235). Sum of RGB (Red+Green+Blue) = 102+62+235=399 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.56% from 399); Green value is 62 (24.61% from 255 or 15.54% from 399); Blue value is 235 (92.19% from 255 or 58.90% from 399); Max value from RGB is 235 - color contains mainly: blue. Hex color #663EEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #663EEB is #99C114. Grayscale: #5D5D5D. Windows color (decimal): -10076437 or 15416934. OLE color: 15416934.
HSL color Cylindrical-coordinate representation of color #663EEB: hue angle of 253.87º 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 #663EEB is Cyan = 0.57, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 102 | 62 | 235 | - |
| CMYK | 0.57 | 0.74 | 0 | 0.08 |
| HSL | 253.87º | 0.81% | 0.58% | - |
| HSV(B) | 253.87º | 0.74% | 0.92% | - |
| XYZ | 22.2 | 12.27 | 79.8 | - |
| YUV | 93.68 | 207.75 | 133.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 62 | 235 | 0.57 | 0.74 | 0 | 0.08 | 253.87 | 0.81 | 0.58 |
| Hex | 66 | 3E | EB | 39 | 4A | 0 | 8 | FE | 51 | 3A |
| Octal | 146 | 76 | 353 | 71 | 112 | 0 | 10 | 376 | 121 | 72 |
| Binary | 1100110 | 111110 | 11101011 | 111001 | 1001010 | 0 | 1000 | 11111110 | 1010001 | 111010 |
Color Harmonies of #663EEB
Complementary color
Monochromatic Colors of #663EEB
Black with #663EEB
Text Example
Text Example
White with #663EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663EEB; }
p { color: rgb(102,62,235); }
H1.HeaderClassName
{
color: #663EEB;
}
.AnyTagClassName
{
color: #663EEB;
}
</style>
background-color css
<style>
a { background-color: #663EEB; }
a { background-color: rgb(102,62,235); }
div.DivClassName
{
background-color: #663EEB;
}
.BgClassName
{
background-color: #663EEB;
}
</style>
border-color css
<style>
span { border-color: #663EEB; }
span { border-color: rgb(102,62,235); }
td.TdClassName
{
border-color: #663EEB;
}
.TagClassName
{
border-color: #663EEB;
}
</style>