Shades of Neon Blue #6750FA
Tints of Neon Blue #6750FA
RGB
CMYK
RGB Variations
Color information
#6750FA (or 0x6750FA) is known color: Neon Blue. HEX triplet: 67, 50 and FA. RGB value is (103,80,250). Sum of RGB (Red+Green+Blue) = 103+80+250=433 (57% of max value = 765). Red value is 103 (40.62% from 255 or 23.79% from 433); Green value is 80 (31.64% from 255 or 18.48% from 433); Blue value is 250 (98.05% from 255 or 57.74% from 433); Max value from RGB is 250 - color contains mainly: blue. Hex color #6750FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6750FA is #98AF05. Grayscale: #696969. Windows color (decimal): -10006278 or 16404583. OLE color: 16404583.
HSL color Cylindrical-coordinate representation of color #6750FA: hue angle of 248.12º 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 #6750FA is Cyan = 0.59, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 103 | 80 | 250 | - |
| CMYK | 0.59 | 0.68 | 0 | 0.02 |
| HSL | 248.12º | 0.94% | 0.65% | - |
| HSV(B) | 248.12º | 0.68% | 0.98% | - |
| XYZ | 25.72 | 15.52 | 92.08 | - |
| YUV | 106.26 | 209.12 | 125.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 80 | 250 | 0.59 | 0.68 | 0 | 0.02 | 248.12 | 0.94 | 0.65 |
| Hex | 67 | 50 | FA | 3B | 44 | 0 | 2 | F8 | 5E | 41 |
| Octal | 147 | 120 | 372 | 73 | 104 | 0 | 2 | 370 | 136 | 101 |
| Binary | 1100111 | 1010000 | 11111010 | 111011 | 1000100 | 0 | 10 | 11111000 | 1011110 | 1000001 |
Color Harmonies of #6750FA
Complementary color
Monochromatic Colors of #6750FA
Black with #6750FA
Text Example
Text Example
White with #6750FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6750FA; }
p { color: rgb(103,80,250); }
H1.HeaderClassName
{
color: #6750FA;
}
.AnyTagClassName
{
color: #6750FA;
}
</style>
background-color css
<style>
a { background-color: #6750FA; }
a { background-color: rgb(103,80,250); }
div.DivClassName
{
background-color: #6750FA;
}
.BgClassName
{
background-color: #6750FA;
}
</style>
border-color css
<style>
span { border-color: #6750FA; }
span { border-color: rgb(103,80,250); }
td.TdClassName
{
border-color: #6750FA;
}
.TagClassName
{
border-color: #6750FA;
}
</style>