Shades of Neon Blue #6745FE
Tints of Neon Blue #6745FE
RGB
CMYK
RGB Variations
Color information
#6745FE (or 0x6745FE) is known color: Neon Blue. HEX triplet: 67, 45 and FE. RGB value is (103,69,254). Sum of RGB (Red+Green+Blue) = 103+69+254=426 (56% of max value = 765). Red value is 103 (40.62% from 255 or 24.18% from 426); Green value is 69 (27.34% from 255 or 16.20% from 426); Blue value is 254 (99.61% from 255 or 59.62% from 426); Max value from RGB is 254 - color contains mainly: blue. Hex color #6745FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6745FE is #98BA01. Grayscale: #636363. Windows color (decimal): -10009090 or 16663911. OLE color: 16663911.
HSL color Cylindrical-coordinate representation of color #6745FE: hue angle of 251.03º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6745FE is Cyan = 0.59, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 103 | 69 | 254 | - |
| CMYK | 0.59 | 0.73 | 0 | 0.00 |
| HSL | 251.03º | 0.99% | 0.63% | - |
| HSV(B) | 251.03º | 0.73% | 1% | - |
| XYZ | 25.61 | 14.3 | 95.18 | - |
| YUV | 100.26 | 214.76 | 129.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 69 | 254 | 0.59 | 0.73 | 0 | 0.00 | 251.03 | 0.99 | 0.63 |
| Hex | 67 | 45 | FE | 3B | 49 | 0 | 0 | FB | 63 | 3F |
| Octal | 147 | 105 | 376 | 73 | 111 | 0 | 0 | 373 | 143 | 77 |
| Binary | 1100111 | 1000101 | 11111110 | 111011 | 1001001 | 0 | 0 | 11111011 | 1100011 | 111111 |
Color Harmonies of #6745FE
Complementary color
Monochromatic Colors of #6745FE
Black with #6745FE
Text Example
Text Example
White with #6745FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6745FE; }
p { color: rgb(103,69,254); }
H1.HeaderClassName
{
color: #6745FE;
}
.AnyTagClassName
{
color: #6745FE;
}
</style>
background-color css
<style>
a { background-color: #6745FE; }
a { background-color: rgb(103,69,254); }
div.DivClassName
{
background-color: #6745FE;
}
.BgClassName
{
background-color: #6745FE;
}
</style>
border-color css
<style>
span { border-color: #6745FE; }
span { border-color: rgb(103,69,254); }
td.TdClassName
{
border-color: #6745FE;
}
.TagClassName
{
border-color: #6745FE;
}
</style>