Shades of Neon Blue #6942FE
Tints of Neon Blue #6942FE
RGB
CMYK
RGB Variations
Color information
#6942FE (or 0x6942FE) is known color: Neon Blue. HEX triplet: 69, 42 and FE. RGB value is (105,66,254). Sum of RGB (Red+Green+Blue) = 105+66+254=425 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.71% from 425); Green value is 66 (26.17% from 255 or 15.53% from 425); Blue value is 254 (99.61% from 255 or 59.76% from 425); Max value from RGB is 254 - color contains mainly: blue. Hex color #6942FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6942FE is #96BD01. Grayscale: #626262. Windows color (decimal): -9878786 or 16663145. OLE color: 16663145.
HSL color Cylindrical-coordinate representation of color #6942FE: hue angle of 252.45º 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 #6942FE is Cyan = 0.59, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 105 | 66 | 254 | - |
| CMYK | 0.59 | 0.74 | 0 | 0.00 |
| HSL | 252.45º | 0.99% | 0.63% | - |
| HSV(B) | 252.45º | 0.74% | 1% | - |
| XYZ | 25.66 | 14.06 | 95.13 | - |
| YUV | 99.09 | 215.42 | 132.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 66 | 254 | 0.59 | 0.74 | 0 | 0.00 | 252.45 | 0.99 | 0.63 |
| Hex | 69 | 42 | FE | 3B | 4A | 0 | 0 | FC | 63 | 3F |
| Octal | 151 | 102 | 376 | 73 | 112 | 0 | 0 | 374 | 143 | 77 |
| Binary | 1101001 | 1000010 | 11111110 | 111011 | 1001010 | 0 | 0 | 11111100 | 1100011 | 111111 |
Color Harmonies of #6942FE
Complementary color
Monochromatic Colors of #6942FE
Black with #6942FE
Text Example
Text Example
White with #6942FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6942FE; }
p { color: rgb(105,66,254); }
H1.HeaderClassName
{
color: #6942FE;
}
.AnyTagClassName
{
color: #6942FE;
}
</style>
background-color css
<style>
a { background-color: #6942FE; }
a { background-color: rgb(105,66,254); }
div.DivClassName
{
background-color: #6942FE;
}
.BgClassName
{
background-color: #6942FE;
}
</style>
border-color css
<style>
span { border-color: #6942FE; }
span { border-color: rgb(105,66,254); }
td.TdClassName
{
border-color: #6942FE;
}
.TagClassName
{
border-color: #6942FE;
}
</style>