Shades of Neon Blue #6756FE
Tints of Neon Blue #6756FE
RGB
CMYK
RGB Variations
Color information
#6756FE (or 0x6756FE) is known color: Neon Blue. HEX triplet: 67, 56 and FE. RGB value is (103,86,254). Sum of RGB (Red+Green+Blue) = 103+86+254=443 (58% of max value = 765). Red value is 103 (40.62% from 255 or 23.25% from 443); Green value is 86 (33.98% from 255 or 19.41% from 443); Blue value is 254 (99.61% from 255 or 57.34% from 443); Max value from RGB is 254 - color contains mainly: blue. Hex color #6756FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6756FE is #98A901. Grayscale: #6D6D6D. Windows color (decimal): -10004738 or 16668263. OLE color: 16668263.
HSL color Cylindrical-coordinate representation of color #6756FE: hue angle of 246.07º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6756FE is Cyan = 0.59, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 103 | 86 | 254 | - |
| CMYK | 0.59 | 0.66 | 0 | 0.00 |
| HSL | 246.07º | 0.99% | 0.67% | - |
| HSV(B) | 246.07º | 0.66% | 1% | - |
| XYZ | 26.81 | 16.69 | 95.58 | - |
| YUV | 110.24 | 209.13 | 122.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 86 | 254 | 0.59 | 0.66 | 0 | 0.00 | 246.07 | 0.99 | 0.67 |
| Hex | 67 | 56 | FE | 3B | 42 | 0 | 0 | F6 | 63 | 43 |
| Octal | 147 | 126 | 376 | 73 | 102 | 0 | 0 | 366 | 143 | 103 |
| Binary | 1100111 | 1010110 | 11111110 | 111011 | 1000010 | 0 | 0 | 11110110 | 1100011 | 1000011 |
Color Harmonies of #6756FE
Complementary color
Monochromatic Colors of #6756FE
Black with #6756FE
Text Example
Text Example
White with #6756FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6756FE; }
p { color: rgb(103,86,254); }
H1.HeaderClassName
{
color: #6756FE;
}
.AnyTagClassName
{
color: #6756FE;
}
</style>
background-color css
<style>
a { background-color: #6756FE; }
a { background-color: rgb(103,86,254); }
div.DivClassName
{
background-color: #6756FE;
}
.BgClassName
{
background-color: #6756FE;
}
</style>
border-color css
<style>
span { border-color: #6756FE; }
span { border-color: rgb(103,86,254); }
td.TdClassName
{
border-color: #6756FE;
}
.TagClassName
{
border-color: #6756FE;
}
</style>