Shades of Neon Blue #6758FF
Tints of Neon Blue #6758FF
RGB
CMYK
RGB Variations
Color information
#6758FF (or 0x6758FF) is known color: Neon Blue. HEX triplet: 67, 58 and FF. RGB value is (103,88,255). Sum of RGB (Red+Green+Blue) = 103+88+255=446 (59% of max value = 765). Red value is 103 (40.62% from 255 or 23.09% from 446); Green value is 88 (34.77% from 255 or 19.73% from 446); Blue value is 255 (100% from 255 or 57.17% from 446); Max value from RGB is 255 - color contains mainly: blue. Hex color #6758FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6758FF is #98A700. Grayscale: #6E6E6E. Windows color (decimal): -10004225 or 16734311. OLE color: 16734311.
HSL color Cylindrical-coordinate representation of color #6758FF: hue angle of 245.39º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6758FF is Cyan = 0.60, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 103 | 88 | 255 | - |
| CMYK | 0.60 | 0.65 | 0 | 0 |
| HSL | 245.39º | 1% | 0.67% | - |
| HSV(B) | 245.39º | 0.65% | 1% | - |
| XYZ | 27.13 | 17.08 | 96.48 | - |
| YUV | 111.52 | 208.97 | 121.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 88 | 255 | 0.60 | 0.65 | 0 | 0 | 245.39 | 1 | 0.67 |
| Hex | 67 | 58 | FF | 3C | 41 | 0 | 0 | F5 | 64 | 43 |
| Octal | 147 | 130 | 377 | 74 | 101 | 0 | 0 | 365 | 144 | 103 |
| Binary | 1100111 | 1011000 | 11111111 | 111100 | 1000001 | 0 | 0 | 11110101 | 1100100 | 1000011 |
Color Harmonies of #6758FF
Complementary color
Monochromatic Colors of #6758FF
Black with #6758FF
Text Example
Text Example
White with #6758FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6758FF; }
p { color: rgb(103,88,255); }
H1.HeaderClassName
{
color: #6758FF;
}
.AnyTagClassName
{
color: #6758FF;
}
</style>
background-color css
<style>
a { background-color: #6758FF; }
a { background-color: rgb(103,88,255); }
div.DivClassName
{
background-color: #6758FF;
}
.BgClassName
{
background-color: #6758FF;
}
</style>
border-color css
<style>
span { border-color: #6758FF; }
span { border-color: rgb(103,88,255); }
td.TdClassName
{
border-color: #6758FF;
}
.TagClassName
{
border-color: #6758FF;
}
</style>