Shades of Neon Blue #6756FB
Tints of Neon Blue #6756FB
RGB
CMYK
RGB Variations
Color information
#6756FB (or 0x6756FB) is known color: Neon Blue. HEX triplet: 67, 56 and FB. RGB value is (103,86,251). Sum of RGB (Red+Green+Blue) = 103+86+251=440 (58% of max value = 765). Red value is 103 (40.62% from 255 or 23.41% from 440); Green value is 86 (33.98% from 255 or 19.55% from 440); Blue value is 251 (98.44% from 255 or 57.05% from 440); Max value from RGB is 251 - color contains mainly: blue. Hex color #6756FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6756FB is #98A904. Grayscale: #6D6D6D. Windows color (decimal): -10004741 or 16471655. OLE color: 16471655.
HSL color Cylindrical-coordinate representation of color #6756FB: hue angle of 246.18º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6756FB is Cyan = 0.59, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 103 | 86 | 251 | - |
| CMYK | 0.59 | 0.66 | 0 | 0.02 |
| HSL | 246.18º | 0.95% | 0.66% | - |
| HSV(B) | 246.18º | 0.66% | 0.98% | - |
| XYZ | 26.33 | 16.5 | 93.06 | - |
| YUV | 109.89 | 207.63 | 123.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 86 | 251 | 0.59 | 0.66 | 0 | 0.02 | 246.18 | 0.95 | 0.66 |
| Hex | 67 | 56 | FB | 3B | 42 | 0 | 2 | F6 | 5F | 42 |
| Octal | 147 | 126 | 373 | 73 | 102 | 0 | 2 | 366 | 137 | 102 |
| Binary | 1100111 | 1010110 | 11111011 | 111011 | 1000010 | 0 | 10 | 11110110 | 1011111 | 1000010 |
Color Harmonies of #6756FB
Complementary color
Monochromatic Colors of #6756FB
Black with #6756FB
Text Example
Text Example
White with #6756FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6756FB; }
p { color: rgb(103,86,251); }
H1.HeaderClassName
{
color: #6756FB;
}
.AnyTagClassName
{
color: #6756FB;
}
</style>
background-color css
<style>
a { background-color: #6756FB; }
a { background-color: rgb(103,86,251); }
div.DivClassName
{
background-color: #6756FB;
}
.BgClassName
{
background-color: #6756FB;
}
</style>
border-color css
<style>
span { border-color: #6756FB; }
span { border-color: rgb(103,86,251); }
td.TdClassName
{
border-color: #6756FB;
}
.TagClassName
{
border-color: #6756FB;
}
</style>