Shades of Neon Blue #6943FE
Tints of Neon Blue #6943FE
RGB
CMYK
RGB Variations
Color information
#6943FE (or 0x6943FE) is known color: Neon Blue. HEX triplet: 69, 43 and FE. RGB value is (105,67,254). Sum of RGB (Red+Green+Blue) = 105+67+254=426 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.65% from 426); Green value is 67 (26.56% from 255 or 15.73% from 426); Blue value is 254 (99.61% from 255 or 59.62% from 426); Max value from RGB is 254 - color contains mainly: blue. Hex color #6943FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6943FE is #96BC01. Grayscale: #626262. Windows color (decimal): -9878530 or 16663401. OLE color: 16663401.
HSL color Cylindrical-coordinate representation of color #6943FE: hue angle of 252.19º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6943FE is Cyan = 0.59, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 105 | 67 | 254 | - |
| CMYK | 0.59 | 0.74 | 0 | 0.00 |
| HSL | 252.19º | 0.99% | 0.63% | - |
| HSV(B) | 252.19º | 0.74% | 1% | - |
| XYZ | 25.72 | 14.17 | 95.15 | - |
| YUV | 99.68 | 215.09 | 131.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 67 | 254 | 0.59 | 0.74 | 0 | 0.00 | 252.19 | 0.99 | 0.63 |
| Hex | 69 | 43 | FE | 3B | 4A | 0 | 0 | FC | 63 | 3F |
| Octal | 151 | 103 | 376 | 73 | 112 | 0 | 0 | 374 | 143 | 77 |
| Binary | 1101001 | 1000011 | 11111110 | 111011 | 1001010 | 0 | 0 | 11111100 | 1100011 | 111111 |
Color Harmonies of #6943FE
Complementary color
Monochromatic Colors of #6943FE
Black with #6943FE
Text Example
Text Example
White with #6943FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6943FE; }
p { color: rgb(105,67,254); }
H1.HeaderClassName
{
color: #6943FE;
}
.AnyTagClassName
{
color: #6943FE;
}
</style>
background-color css
<style>
a { background-color: #6943FE; }
a { background-color: rgb(105,67,254); }
div.DivClassName
{
background-color: #6943FE;
}
.BgClassName
{
background-color: #6943FE;
}
</style>
border-color css
<style>
span { border-color: #6943FE; }
span { border-color: rgb(105,67,254); }
td.TdClassName
{
border-color: #6943FE;
}
.TagClassName
{
border-color: #6943FE;
}
</style>