Shades of Neon Blue #663BED
Tints of Neon Blue #663BED
RGB
CMYK
RGB Variations
Color information
#663BED (or 0x663BED) is known color: Neon Blue. HEX triplet: 66, 3B and ED. RGB value is (102,59,237). Sum of RGB (Red+Green+Blue) = 102+59+237=398 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.63% from 398); Green value is 59 (23.44% from 255 or 14.82% from 398); Blue value is 237 (92.97% from 255 or 59.55% from 398); Max value from RGB is 237 - color contains mainly: blue. Hex color #663BED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #663BED is #99C412. Grayscale: #5B5B5B. Windows color (decimal): -10077203 or 15547238. OLE color: 15547238.
HSL color Cylindrical-coordinate representation of color #663BED: hue angle of 254.49º degrees, saturation: 0.83, 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 #663BED is Cyan = 0.57, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 102 | 59 | 237 | - |
| CMYK | 0.57 | 0.75 | 0 | 0.07 |
| HSL | 254.49º | 0.83% | 0.58% | - |
| HSV(B) | 254.49º | 0.75% | 0.93% | - |
| XYZ | 22.33 | 12.07 | 81.27 | - |
| YUV | 92.15 | 209.75 | 135.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 59 | 237 | 0.57 | 0.75 | 0 | 0.07 | 254.49 | 0.83 | 0.58 |
| Hex | 66 | 3B | ED | 39 | 4B | 0 | 7 | FE | 53 | 3A |
| Octal | 146 | 73 | 355 | 71 | 113 | 0 | 7 | 376 | 123 | 72 |
| Binary | 1100110 | 111011 | 11101101 | 111001 | 1001011 | 0 | 111 | 11111110 | 1010011 | 111010 |
Color Harmonies of #663BED
Complementary color
Monochromatic Colors of #663BED
Black with #663BED
Text Example
Text Example
White with #663BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663BED; }
p { color: rgb(102,59,237); }
H1.HeaderClassName
{
color: #663BED;
}
.AnyTagClassName
{
color: #663BED;
}
</style>
background-color css
<style>
a { background-color: #663BED; }
a { background-color: rgb(102,59,237); }
div.DivClassName
{
background-color: #663BED;
}
.BgClassName
{
background-color: #663BED;
}
</style>
border-color css
<style>
span { border-color: #663BED; }
span { border-color: rgb(102,59,237); }
td.TdClassName
{
border-color: #663BED;
}
.TagClassName
{
border-color: #663BED;
}
</style>