Shades of Neon Blue #6754FA
Tints of Neon Blue #6754FA
RGB
CMYK
RGB Variations
Color information
#6754FA (or 0x6754FA) is known color: Neon Blue. HEX triplet: 67, 54 and FA. RGB value is (103,84,250). Sum of RGB (Red+Green+Blue) = 103+84+250=437 (57% of max value = 765). Red value is 103 (40.62% from 255 or 23.57% from 437); Green value is 84 (33.20% from 255 or 19.22% from 437); Blue value is 250 (98.05% from 255 or 57.21% from 437); Max value from RGB is 250 - color contains mainly: blue. Hex color #6754FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6754FA is #98AB05. Grayscale: #6B6B6B. Windows color (decimal): -10005254 or 16405607. OLE color: 16405607.
HSL color Cylindrical-coordinate representation of color #6754FA: hue angle of 246.87º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6754FA is Cyan = 0.59, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 103 | 84 | 250 | - |
| CMYK | 0.59 | 0.66 | 0 | 0.02 |
| HSL | 246.87º | 0.94% | 0.65% | - |
| HSV(B) | 246.87º | 0.66% | 0.98% | - |
| XYZ | 26.02 | 16.13 | 92.18 | - |
| YUV | 108.61 | 207.79 | 124 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 84 | 250 | 0.59 | 0.66 | 0 | 0.02 | 246.87 | 0.94 | 0.65 |
| Hex | 67 | 54 | FA | 3B | 42 | 0 | 2 | F7 | 5E | 41 |
| Octal | 147 | 124 | 372 | 73 | 102 | 0 | 2 | 367 | 136 | 101 |
| Binary | 1100111 | 1010100 | 11111010 | 111011 | 1000010 | 0 | 10 | 11110111 | 1011110 | 1000001 |
Color Harmonies of #6754FA
Complementary color
Monochromatic Colors of #6754FA
Black with #6754FA
Text Example
Text Example
White with #6754FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6754FA; }
p { color: rgb(103,84,250); }
H1.HeaderClassName
{
color: #6754FA;
}
.AnyTagClassName
{
color: #6754FA;
}
</style>
background-color css
<style>
a { background-color: #6754FA; }
a { background-color: rgb(103,84,250); }
div.DivClassName
{
background-color: #6754FA;
}
.BgClassName
{
background-color: #6754FA;
}
</style>
border-color css
<style>
span { border-color: #6754FA; }
span { border-color: rgb(103,84,250); }
td.TdClassName
{
border-color: #6754FA;
}
.TagClassName
{
border-color: #6754FA;
}
</style>