Shades of Neon Blue #6556FF
Tints of Neon Blue #6556FF
RGB
CMYK
RGB Variations
Color information
#6556FF (or 0x6556FF) is known color: Neon Blue. HEX triplet: 65, 56 and FF. RGB value is (101,86,255). Sum of RGB (Red+Green+Blue) = 101+86+255=442 (58% of max value = 765). Red value is 101 (39.84% from 255 or 22.85% from 442); Green value is 86 (33.98% from 255 or 19.46% from 442); Blue value is 255 (100% from 255 or 57.69% from 442); Max value from RGB is 255 - color contains mainly: blue. Hex color #6556FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6556FF is #9AA900. Grayscale: #6D6D6D. Windows color (decimal): -10135809 or 16733797. OLE color: 16733797.
HSL color Cylindrical-coordinate representation of color #6556FF: hue angle of 245.33º 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 #6556FF is Cyan = 0.60, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 101 | 86 | 255 | - |
| CMYK | 0.60 | 0.66 | 0 | 0 |
| HSL | 245.33º | 1% | 0.67% | - |
| HSV(B) | 245.33º | 0.66% | 1% | - |
| XYZ | 26.74 | 16.64 | 96.41 | - |
| YUV | 109.75 | 209.97 | 121.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 86 | 255 | 0.60 | 0.66 | 0 | 0 | 245.33 | 1 | 0.67 |
| Hex | 65 | 56 | FF | 3C | 42 | 0 | 0 | F5 | 64 | 43 |
| Octal | 145 | 126 | 377 | 74 | 102 | 0 | 0 | 365 | 144 | 103 |
| Binary | 1100101 | 1010110 | 11111111 | 111100 | 1000010 | 0 | 0 | 11110101 | 1100100 | 1000011 |
Color Harmonies of #6556FF
Complementary color
Monochromatic Colors of #6556FF
Black with #6556FF
Text Example
Text Example
White with #6556FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6556FF; }
p { color: rgb(101,86,255); }
H1.HeaderClassName
{
color: #6556FF;
}
.AnyTagClassName
{
color: #6556FF;
}
</style>
background-color css
<style>
a { background-color: #6556FF; }
a { background-color: rgb(101,86,255); }
div.DivClassName
{
background-color: #6556FF;
}
.BgClassName
{
background-color: #6556FF;
}
</style>
border-color css
<style>
span { border-color: #6556FF; }
span { border-color: rgb(101,86,255); }
td.TdClassName
{
border-color: #6556FF;
}
.TagClassName
{
border-color: #6556FF;
}
</style>