Shades of Neon Blue #6756FF
Tints of Neon Blue #6756FF
RGB
CMYK
RGB Variations
Color information
#6756FF (or 0x6756FF) is known color: Neon Blue. HEX triplet: 67, 56 and FF. RGB value is (103,86,255). Sum of RGB (Red+Green+Blue) = 103+86+255=444 (58% of max value = 765). Red value is 103 (40.62% from 255 or 23.20% from 444); Green value is 86 (33.98% from 255 or 19.37% from 444); Blue value is 255 (100% from 255 or 57.43% from 444); Max value from RGB is 255 - color contains mainly: blue. Hex color #6756FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6756FF is #98A900. Grayscale: #6D6D6D. Windows color (decimal): -10004737 or 16733799. OLE color: 16733799.
HSL color Cylindrical-coordinate representation of color #6756FF: hue angle of 246.04º 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 #6756FF is Cyan = 0.60, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 103 | 86 | 255 | - |
| CMYK | 0.60 | 0.66 | 0 | 0 |
| HSL | 246.04º | 1% | 0.67% | - |
| HSV(B) | 246.04º | 0.66% | 1% | - |
| XYZ | 26.97 | 16.76 | 96.42 | - |
| YUV | 110.35 | 209.63 | 122.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 86 | 255 | 0.60 | 0.66 | 0 | 0 | 246.04 | 1 | 0.67 |
| Hex | 67 | 56 | FF | 3C | 42 | 0 | 0 | F6 | 64 | 43 |
| Octal | 147 | 126 | 377 | 74 | 102 | 0 | 0 | 366 | 144 | 103 |
| Binary | 1100111 | 1010110 | 11111111 | 111100 | 1000010 | 0 | 0 | 11110110 | 1100100 | 1000011 |
Color Harmonies of #6756FF
Complementary color
Monochromatic Colors of #6756FF
Black with #6756FF
Text Example
Text Example
White with #6756FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6756FF; }
p { color: rgb(103,86,255); }
H1.HeaderClassName
{
color: #6756FF;
}
.AnyTagClassName
{
color: #6756FF;
}
</style>
background-color css
<style>
a { background-color: #6756FF; }
a { background-color: rgb(103,86,255); }
div.DivClassName
{
background-color: #6756FF;
}
.BgClassName
{
background-color: #6756FF;
}
</style>
border-color css
<style>
span { border-color: #6756FF; }
span { border-color: rgb(103,86,255); }
td.TdClassName
{
border-color: #6756FF;
}
.TagClassName
{
border-color: #6756FF;
}
</style>