Shades of Neon Blue #6750FE
Tints of Neon Blue #6750FE
RGB
CMYK
RGB Variations
Color information
#6750FE (or 0x6750FE) is known color: Neon Blue. HEX triplet: 67, 50 and FE. RGB value is (103,80,254). Sum of RGB (Red+Green+Blue) = 103+80+254=437 (57% of max value = 765). Red value is 103 (40.62% from 255 or 23.57% from 437); Green value is 80 (31.64% from 255 or 18.31% from 437); Blue value is 254 (99.61% from 255 or 58.12% from 437); Max value from RGB is 254 - color contains mainly: blue. Hex color #6750FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6750FE is #98AF01. Grayscale: #6A6A6A. Windows color (decimal): -10006274 or 16666727. OLE color: 16666727.
HSL color Cylindrical-coordinate representation of color #6750FE: hue angle of 247.93º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6750FE is Cyan = 0.59, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 103 | 80 | 254 | - |
| CMYK | 0.59 | 0.69 | 0 | 0.00 |
| HSL | 247.93º | 0.99% | 0.65% | - |
| HSV(B) | 247.93º | 0.69% | 1% | - |
| XYZ | 26.35 | 15.78 | 95.42 | - |
| YUV | 106.71 | 211.12 | 125.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 80 | 254 | 0.59 | 0.69 | 0 | 0.00 | 247.93 | 0.99 | 0.65 |
| Hex | 67 | 50 | FE | 3B | 45 | 0 | 0 | F8 | 63 | 41 |
| Octal | 147 | 120 | 376 | 73 | 105 | 0 | 0 | 370 | 143 | 101 |
| Binary | 1100111 | 1010000 | 11111110 | 111011 | 1000101 | 0 | 0 | 11111000 | 1100011 | 1000001 |
Color Harmonies of #6750FE
Complementary color
Monochromatic Colors of #6750FE
Black with #6750FE
Text Example
Text Example
White with #6750FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6750FE; }
p { color: rgb(103,80,254); }
H1.HeaderClassName
{
color: #6750FE;
}
.AnyTagClassName
{
color: #6750FE;
}
</style>
background-color css
<style>
a { background-color: #6750FE; }
a { background-color: rgb(103,80,254); }
div.DivClassName
{
background-color: #6750FE;
}
.BgClassName
{
background-color: #6750FE;
}
</style>
border-color css
<style>
span { border-color: #6750FE; }
span { border-color: rgb(103,80,254); }
td.TdClassName
{
border-color: #6750FE;
}
.TagClassName
{
border-color: #6750FE;
}
</style>