Shades of Neon Blue #6746FC
Tints of Neon Blue #6746FC
RGB
CMYK
RGB Variations
Color information
#6746FC (or 0x6746FC) is known color: Neon Blue. HEX triplet: 67, 46 and FC. RGB value is (103,70,252). Sum of RGB (Red+Green+Blue) = 103+70+252=425 (56% of max value = 765). Red value is 103 (40.62% from 255 or 24.24% from 425); Green value is 70 (27.73% from 255 or 16.47% from 425); Blue value is 252 (98.83% from 255 or 59.29% from 425); Max value from RGB is 252 - color contains mainly: blue. Hex color #6746FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6746FC is #98B903. Grayscale: #636363. Windows color (decimal): -10008836 or 16533095. OLE color: 16533095.
HSL color Cylindrical-coordinate representation of color #6746FC: hue angle of 250.88º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6746FC is Cyan = 0.59, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 103 | 70 | 252 | - |
| CMYK | 0.59 | 0.72 | 0 | 0.01 |
| HSL | 250.88º | 0.97% | 0.63% | - |
| HSV(B) | 250.88º | 0.72% | 0.99% | - |
| XYZ | 25.35 | 14.29 | 93.52 | - |
| YUV | 100.62 | 213.43 | 129.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 70 | 252 | 0.59 | 0.72 | 0 | 0.01 | 250.88 | 0.97 | 0.63 |
| Hex | 67 | 46 | FC | 3B | 48 | 0 | 1 | FB | 61 | 3F |
| Octal | 147 | 106 | 374 | 73 | 110 | 0 | 1 | 373 | 141 | 77 |
| Binary | 1100111 | 1000110 | 11111100 | 111011 | 1001000 | 0 | 1 | 11111011 | 1100001 | 111111 |
Color Harmonies of #6746FC
Complementary color
Monochromatic Colors of #6746FC
Black with #6746FC
Text Example
Text Example
White with #6746FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6746FC; }
p { color: rgb(103,70,252); }
H1.HeaderClassName
{
color: #6746FC;
}
.AnyTagClassName
{
color: #6746FC;
}
</style>
background-color css
<style>
a { background-color: #6746FC; }
a { background-color: rgb(103,70,252); }
div.DivClassName
{
background-color: #6746FC;
}
.BgClassName
{
background-color: #6746FC;
}
</style>
border-color css
<style>
span { border-color: #6746FC; }
span { border-color: rgb(103,70,252); }
td.TdClassName
{
border-color: #6746FC;
}
.TagClassName
{
border-color: #6746FC;
}
</style>