Shades of Neon Blue #6656FF
Tints of Neon Blue #6656FF
RGB
CMYK
RGB Variations
Color information
#6656FF (or 0x6656FF) is known color: Neon Blue. HEX triplet: 66, 56 and FF. RGB value is (102,86,255). Sum of RGB (Red+Green+Blue) = 102+86+255=443 (58% of max value = 765). Red value is 102 (40.23% from 255 or 23.02% from 443); Green value is 86 (33.98% from 255 or 19.41% from 443); Blue value is 255 (100% from 255 or 57.56% from 443); Max value from RGB is 255 - color contains mainly: blue. Hex color #6656FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6656FF is #99A900. Grayscale: #6D6D6D. Windows color (decimal): -10070273 or 16733798. OLE color: 16733798.
HSL color Cylindrical-coordinate representation of color #6656FF: hue angle of 245.68º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6656FF is Cyan = 0.6, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 102 | 86 | 255 | - |
| CMYK | 0.6 | 0.66 | 0 | 0 |
| HSL | 245.68º | 1% | 0.67% | - |
| HSV(B) | 245.68º | 0.66% | 1% | - |
| XYZ | 26.86 | 16.7 | 96.42 | - |
| YUV | 110.05 | 209.8 | 122.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 86 | 255 | 0.6 | 0.66 | 0 | 0 | 245.68 | 1 | 0.67 |
| Hex | 66 | 56 | FF | 3C | 42 | 0 | 0 | F6 | 64 | 43 |
| Octal | 146 | 126 | 377 | 74 | 102 | 0 | 0 | 366 | 144 | 103 |
| Binary | 1100110 | 1010110 | 11111111 | 111100 | 1000010 | 0 | 0 | 11110110 | 1100100 | 1000011 |
Color Harmonies of #6656FF
Complementary color
Monochromatic Colors of #6656FF
Black with #6656FF
Text Example
Text Example
White with #6656FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6656FF; }
p { color: rgb(102,86,255); }
H1.HeaderClassName
{
color: #6656FF;
}
.AnyTagClassName
{
color: #6656FF;
}
</style>
background-color css
<style>
a { background-color: #6656FF; }
a { background-color: rgb(102,86,255); }
div.DivClassName
{
background-color: #6656FF;
}
.BgClassName
{
background-color: #6656FF;
}
</style>
border-color css
<style>
span { border-color: #6656FF; }
span { border-color: rgb(102,86,255); }
td.TdClassName
{
border-color: #6656FF;
}
.TagClassName
{
border-color: #6656FF;
}
</style>