Shades of Neon Blue #6940FA
Tints of Neon Blue #6940FA
RGB
CMYK
RGB Variations
Color information
#6940FA (or 0x6940FA) is known color: Neon Blue. HEX triplet: 69, 40 and FA. RGB value is (105,64,250). Sum of RGB (Red+Green+Blue) = 105+64+250=419 (55% of max value = 765). Red value is 105 (41.41% from 255 or 25.06% from 419); Green value is 64 (25.39% from 255 or 15.27% from 419); Blue value is 250 (98.05% from 255 or 59.67% from 419); Max value from RGB is 250 - color contains mainly: blue. Hex color #6940FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6940FA is #96BF05. Grayscale: #606060. Windows color (decimal): -9879302 or 16400489. OLE color: 16400489.
HSL color Cylindrical-coordinate representation of color #6940FA: hue angle of 253.23º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6940FA is Cyan = 0.58, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 105 | 64 | 250 | - |
| CMYK | 0.58 | 0.74 | 0 | 0.02 |
| HSL | 253.23º | 0.95% | 0.62% | - |
| HSV(B) | 253.23º | 0.74% | 0.98% | - |
| XYZ | 24.91 | 13.57 | 91.75 | - |
| YUV | 97.46 | 214.08 | 133.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 64 | 250 | 0.58 | 0.74 | 0 | 0.02 | 253.23 | 0.95 | 0.62 |
| Hex | 69 | 40 | FA | 3A | 4A | 0 | 2 | FD | 5F | 3E |
| Octal | 151 | 100 | 372 | 72 | 112 | 0 | 2 | 375 | 137 | 76 |
| Binary | 1101001 | 1000000 | 11111010 | 111010 | 1001010 | 0 | 10 | 11111101 | 1011111 | 111110 |
Color Harmonies of #6940FA
Complementary color
Monochromatic Colors of #6940FA
Black with #6940FA
Text Example
Text Example
White with #6940FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6940FA; }
p { color: rgb(105,64,250); }
H1.HeaderClassName
{
color: #6940FA;
}
.AnyTagClassName
{
color: #6940FA;
}
</style>
background-color css
<style>
a { background-color: #6940FA; }
a { background-color: rgb(105,64,250); }
div.DivClassName
{
background-color: #6940FA;
}
.BgClassName
{
background-color: #6940FA;
}
</style>
border-color css
<style>
span { border-color: #6940FA; }
span { border-color: rgb(105,64,250); }
td.TdClassName
{
border-color: #6940FA;
}
.TagClassName
{
border-color: #6940FA;
}
</style>