Shades of Neon Blue #6751FA
Tints of Neon Blue #6751FA
RGB
CMYK
RGB Variations
Color information
#6751FA (or 0x6751FA) is known color: Neon Blue. HEX triplet: 67, 51 and FA. RGB value is (103,81,250). Sum of RGB (Red+Green+Blue) = 103+81+250=434 (57% of max value = 765). Red value is 103 (40.62% from 255 or 23.73% from 434); Green value is 81 (32.03% from 255 or 18.66% from 434); Blue value is 250 (98.05% from 255 or 57.60% from 434); Max value from RGB is 250 - color contains mainly: blue. Hex color #6751FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6751FA is #98AE05. Grayscale: #6A6A6A. Windows color (decimal): -10006022 or 16404839. OLE color: 16404839.
HSL color Cylindrical-coordinate representation of color #6751FA: hue angle of 247.81º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6751FA is Cyan = 0.59, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 103 | 81 | 250 | - |
| CMYK | 0.59 | 0.68 | 0 | 0.02 |
| HSL | 247.81º | 0.94% | 0.65% | - |
| HSV(B) | 247.81º | 0.68% | 0.98% | - |
| XYZ | 25.79 | 15.67 | 92.11 | - |
| YUV | 106.84 | 208.79 | 125.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 81 | 250 | 0.59 | 0.68 | 0 | 0.02 | 247.81 | 0.94 | 0.65 |
| Hex | 67 | 51 | FA | 3B | 44 | 0 | 2 | F8 | 5E | 41 |
| Octal | 147 | 121 | 372 | 73 | 104 | 0 | 2 | 370 | 136 | 101 |
| Binary | 1100111 | 1010001 | 11111010 | 111011 | 1000100 | 0 | 10 | 11111000 | 1011110 | 1000001 |
Color Harmonies of #6751FA
Complementary color
Monochromatic Colors of #6751FA
Black with #6751FA
Text Example
Text Example
White with #6751FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6751FA; }
p { color: rgb(103,81,250); }
H1.HeaderClassName
{
color: #6751FA;
}
.AnyTagClassName
{
color: #6751FA;
}
</style>
background-color css
<style>
a { background-color: #6751FA; }
a { background-color: rgb(103,81,250); }
div.DivClassName
{
background-color: #6751FA;
}
.BgClassName
{
background-color: #6751FA;
}
</style>
border-color css
<style>
span { border-color: #6751FA; }
span { border-color: rgb(103,81,250); }
td.TdClassName
{
border-color: #6751FA;
}
.TagClassName
{
border-color: #6751FA;
}
</style>