Shades of Neon Blue #663BEA
Tints of Neon Blue #663BEA
RGB
CMYK
RGB Variations
Color information
#663BEA (or 0x663BEA) is known color: Neon Blue. HEX triplet: 66, 3B and EA. RGB value is (102,59,234). Sum of RGB (Red+Green+Blue) = 102+59+234=395 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.82% from 395); Green value is 59 (23.44% from 255 or 14.94% from 395); Blue value is 234 (91.80% from 255 or 59.24% from 395); Max value from RGB is 234 - color contains mainly: blue. Hex color #663BEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #663BEA is #99C415. Grayscale: #5B5B5B. Windows color (decimal): -10077206 or 15350630. OLE color: 15350630.
HSL color Cylindrical-coordinate representation of color #663BEA: hue angle of 254.74º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #663BEA is Cyan = 0.56, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 102 | 59 | 234 | - |
| CMYK | 0.56 | 0.75 | 0 | 0.08 |
| HSL | 254.74º | 0.81% | 0.57% | - |
| HSV(B) | 254.74º | 0.75% | 0.92% | - |
| XYZ | 21.89 | 11.89 | 78.98 | - |
| YUV | 91.81 | 208.25 | 135.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 59 | 234 | 0.56 | 0.75 | 0 | 0.08 | 254.74 | 0.81 | 0.57 |
| Hex | 66 | 3B | EA | 38 | 4B | 0 | 8 | FF | 51 | 39 |
| Octal | 146 | 73 | 352 | 70 | 113 | 0 | 10 | 377 | 121 | 71 |
| Binary | 1100110 | 111011 | 11101010 | 111000 | 1001011 | 0 | 1000 | 11111111 | 1010001 | 111001 |
Color Harmonies of #663BEA
Complementary color
Monochromatic Colors of #663BEA
Black with #663BEA
Text Example
Text Example
White with #663BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663BEA; }
p { color: rgb(102,59,234); }
H1.HeaderClassName
{
color: #663BEA;
}
.AnyTagClassName
{
color: #663BEA;
}
</style>
background-color css
<style>
a { background-color: #663BEA; }
a { background-color: rgb(102,59,234); }
div.DivClassName
{
background-color: #663BEA;
}
.BgClassName
{
background-color: #663BEA;
}
</style>
border-color css
<style>
span { border-color: #663BEA; }
span { border-color: rgb(102,59,234); }
td.TdClassName
{
border-color: #663BEA;
}
.TagClassName
{
border-color: #663BEA;
}
</style>