Shades of Neon Blue #663BEF
Tints of Neon Blue #663BEF
RGB
CMYK
RGB Variations
Color information
#663BEF (or 0x663BEF) is known color: Neon Blue. HEX triplet: 66, 3B and EF. RGB value is (102,59,239). Sum of RGB (Red+Green+Blue) = 102+59+239=400 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.5% from 400); Green value is 59 (23.44% from 255 or 14.75% from 400); Blue value is 239 (93.75% from 255 or 59.75% from 400); Max value from RGB is 239 - color contains mainly: blue. Hex color #663BEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #663BEF is #99C410. Grayscale: #5B5B5B. Windows color (decimal): -10077201 or 15678310. OLE color: 15678310.
HSL color Cylindrical-coordinate representation of color #663BEF: hue angle of 254.33º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #663BEF is Cyan = 0.57, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 102 | 59 | 239 | - |
| CMYK | 0.57 | 0.75 | 0 | 0.06 |
| HSL | 254.33º | 0.85% | 0.58% | - |
| HSV(B) | 254.33º | 0.75% | 0.94% | - |
| XYZ | 22.62 | 12.18 | 82.82 | - |
| YUV | 92.38 | 210.75 | 134.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 59 | 239 | 0.57 | 0.75 | 0 | 0.06 | 254.33 | 0.85 | 0.58 |
| Hex | 66 | 3B | EF | 39 | 4B | 0 | 6 | FE | 55 | 3A |
| Octal | 146 | 73 | 357 | 71 | 113 | 0 | 6 | 376 | 125 | 72 |
| Binary | 1100110 | 111011 | 11101111 | 111001 | 1001011 | 0 | 110 | 11111110 | 1010101 | 111010 |
Color Harmonies of #663BEF
Complementary color
Monochromatic Colors of #663BEF
Black with #663BEF
Text Example
Text Example
White with #663BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663BEF; }
p { color: rgb(102,59,239); }
H1.HeaderClassName
{
color: #663BEF;
}
.AnyTagClassName
{
color: #663BEF;
}
</style>
background-color css
<style>
a { background-color: #663BEF; }
a { background-color: rgb(102,59,239); }
div.DivClassName
{
background-color: #663BEF;
}
.BgClassName
{
background-color: #663BEF;
}
</style>
border-color css
<style>
span { border-color: #663BEF; }
span { border-color: rgb(102,59,239); }
td.TdClassName
{
border-color: #663BEF;
}
.TagClassName
{
border-color: #663BEF;
}
</style>