Shades of Neon Blue #6656FD
Tints of Neon Blue #6656FD
RGB
CMYK
RGB Variations
Color information
#6656FD (or 0x6656FD) is known color: Neon Blue. HEX triplet: 66, 56 and FD. RGB value is (102,86,253). Sum of RGB (Red+Green+Blue) = 102+86+253=441 (58% of max value = 765). Red value is 102 (40.23% from 255 or 23.13% from 441); Green value is 86 (33.98% from 255 or 19.50% from 441); Blue value is 253 (99.22% from 255 or 57.37% from 441); Max value from RGB is 253 - color contains mainly: blue. Hex color #6656FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6656FD is #99A902. Grayscale: #6D6D6D. Windows color (decimal): -10070275 or 16602726. OLE color: 16602726.
HSL color Cylindrical-coordinate representation of color #6656FD: hue angle of 245.75º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6656FD is Cyan = 0.60, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 102 | 86 | 253 | - |
| CMYK | 0.60 | 0.66 | 0 | 0.01 |
| HSL | 245.75º | 0.98% | 0.66% | - |
| HSV(B) | 245.75º | 0.66% | 0.99% | - |
| XYZ | 26.54 | 16.57 | 94.73 | - |
| YUV | 109.82 | 208.8 | 122.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 86 | 253 | 0.60 | 0.66 | 0 | 0.01 | 245.75 | 0.98 | 0.66 |
| Hex | 66 | 56 | FD | 3C | 42 | 0 | 1 | F6 | 62 | 42 |
| Octal | 146 | 126 | 375 | 74 | 102 | 0 | 1 | 366 | 142 | 102 |
| Binary | 1100110 | 1010110 | 11111101 | 111100 | 1000010 | 0 | 1 | 11110110 | 1100010 | 1000010 |
Color Harmonies of #6656FD
Complementary color
Monochromatic Colors of #6656FD
Black with #6656FD
Text Example
Text Example
White with #6656FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6656FD; }
p { color: rgb(102,86,253); }
H1.HeaderClassName
{
color: #6656FD;
}
.AnyTagClassName
{
color: #6656FD;
}
</style>
background-color css
<style>
a { background-color: #6656FD; }
a { background-color: rgb(102,86,253); }
div.DivClassName
{
background-color: #6656FD;
}
.BgClassName
{
background-color: #6656FD;
}
</style>
border-color css
<style>
span { border-color: #6656FD; }
span { border-color: rgb(102,86,253); }
td.TdClassName
{
border-color: #6656FD;
}
.TagClassName
{
border-color: #6656FD;
}
</style>