Shades of Neon Blue #6940FE
Tints of Neon Blue #6940FE
RGB
CMYK
RGB Variations
Color information
#6940FE (or 0x6940FE) is known color: Neon Blue. HEX triplet: 69, 40 and FE. RGB value is (105,64,254). Sum of RGB (Red+Green+Blue) = 105+64+254=423 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.82% from 423); Green value is 64 (25.39% from 255 or 15.13% from 423); Blue value is 254 (99.61% from 255 or 60.05% from 423); Max value from RGB is 254 - color contains mainly: blue. Hex color #6940FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6940FE is #96BF01. Grayscale: #616161. Windows color (decimal): -9879298 or 16662633. OLE color: 16662633.
HSL color Cylindrical-coordinate representation of color #6940FE: hue angle of 252.95º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6940FE is Cyan = 0.59, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 105 | 64 | 254 | - |
| CMYK | 0.59 | 0.75 | 0 | 0.00 |
| HSL | 252.95º | 0.99% | 0.62% | - |
| HSV(B) | 252.95º | 0.75% | 1% | - |
| XYZ | 25.55 | 13.83 | 95.09 | - |
| YUV | 97.92 | 216.08 | 133.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 64 | 254 | 0.59 | 0.75 | 0 | 0.00 | 252.95 | 0.99 | 0.62 |
| Hex | 69 | 40 | FE | 3B | 4B | 0 | 0 | FD | 63 | 3E |
| Octal | 151 | 100 | 376 | 73 | 113 | 0 | 0 | 375 | 143 | 76 |
| Binary | 1101001 | 1000000 | 11111110 | 111011 | 1001011 | 0 | 0 | 11111101 | 1100011 | 111110 |
Color Harmonies of #6940FE
Complementary color
Monochromatic Colors of #6940FE
Black with #6940FE
Text Example
Text Example
White with #6940FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6940FE; }
p { color: rgb(105,64,254); }
H1.HeaderClassName
{
color: #6940FE;
}
.AnyTagClassName
{
color: #6940FE;
}
</style>
background-color css
<style>
a { background-color: #6940FE; }
a { background-color: rgb(105,64,254); }
div.DivClassName
{
background-color: #6940FE;
}
.BgClassName
{
background-color: #6940FE;
}
</style>
border-color css
<style>
span { border-color: #6940FE; }
span { border-color: rgb(105,64,254); }
td.TdClassName
{
border-color: #6940FE;
}
.TagClassName
{
border-color: #6940FE;
}
</style>