Shades of Neon Blue #663BEE
Tints of Neon Blue #663BEE
RGB
CMYK
RGB Variations
Color information
#663BEE (or 0x663BEE) is known color: Neon Blue. HEX triplet: 66, 3B and EE. RGB value is (102,59,238). Sum of RGB (Red+Green+Blue) = 102+59+238=399 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.56% from 399); Green value is 59 (23.44% from 255 or 14.79% from 399); Blue value is 238 (93.36% from 255 or 59.65% from 399); Max value from RGB is 238 - color contains mainly: blue. Hex color #663BEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #663BEE is #99C411. Grayscale: #5B5B5B. Windows color (decimal): -10077202 or 15612774. OLE color: 15612774.
HSL color Cylindrical-coordinate representation of color #663BEE: hue angle of 254.41º 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 #663BEE is Cyan = 0.57, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 102 | 59 | 238 | - |
| CMYK | 0.57 | 0.75 | 0 | 0.07 |
| HSL | 254.41º | 0.84% | 0.58% | - |
| HSV(B) | 254.41º | 0.75% | 0.93% | - |
| XYZ | 22.48 | 12.13 | 82.04 | - |
| YUV | 92.26 | 210.25 | 134.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 59 | 238 | 0.57 | 0.75 | 0 | 0.07 | 254.41 | 0.84 | 0.58 |
| Hex | 66 | 3B | EE | 39 | 4B | 0 | 7 | FE | 54 | 3A |
| Octal | 146 | 73 | 356 | 71 | 113 | 0 | 7 | 376 | 124 | 72 |
| Binary | 1100110 | 111011 | 11101110 | 111001 | 1001011 | 0 | 111 | 11111110 | 1010100 | 111010 |
Color Harmonies of #663BEE
Complementary color
Monochromatic Colors of #663BEE
Black with #663BEE
Text Example
Text Example
White with #663BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663BEE; }
p { color: rgb(102,59,238); }
H1.HeaderClassName
{
color: #663BEE;
}
.AnyTagClassName
{
color: #663BEE;
}
</style>
background-color css
<style>
a { background-color: #663BEE; }
a { background-color: rgb(102,59,238); }
div.DivClassName
{
background-color: #663BEE;
}
.BgClassName
{
background-color: #663BEE;
}
</style>
border-color css
<style>
span { border-color: #663BEE; }
span { border-color: rgb(102,59,238); }
td.TdClassName
{
border-color: #663BEE;
}
.TagClassName
{
border-color: #663BEE;
}
</style>