Shades of Neon Blue #6951FE
Tints of Neon Blue #6951FE
RGB
CMYK
RGB Variations
Color information
#6951FE (or 0x6951FE) is known color: Neon Blue. HEX triplet: 69, 51 and FE. RGB value is (105,81,254). Sum of RGB (Red+Green+Blue) = 105+81+254=440 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.86% from 440); Green value is 81 (32.03% from 255 or 18.41% from 440); Blue value is 254 (99.61% from 255 or 57.73% from 440); Max value from RGB is 254 - color contains mainly: blue. Hex color #6951FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6951FE is #96AE01. Grayscale: #6B6B6B. Windows color (decimal): -9874946 or 16666985. OLE color: 16666985.
HSL color Cylindrical-coordinate representation of color #6951FE: hue angle of 248.32º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6951FE is Cyan = 0.59, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 105 | 81 | 254 | - |
| CMYK | 0.59 | 0.68 | 0 | 0.00 |
| HSL | 248.32º | 0.99% | 0.66% | - |
| HSV(B) | 248.32º | 0.68% | 1% | - |
| XYZ | 26.66 | 16.04 | 95.46 | - |
| YUV | 107.9 | 210.45 | 125.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 81 | 254 | 0.59 | 0.68 | 0 | 0.00 | 248.32 | 0.99 | 0.66 |
| Hex | 69 | 51 | FE | 3B | 44 | 0 | 0 | F8 | 63 | 42 |
| Octal | 151 | 121 | 376 | 73 | 104 | 0 | 0 | 370 | 143 | 102 |
| Binary | 1101001 | 1010001 | 11111110 | 111011 | 1000100 | 0 | 0 | 11111000 | 1100011 | 1000010 |
Color Harmonies of #6951FE
Complementary color
Monochromatic Colors of #6951FE
Black with #6951FE
Text Example
Text Example
White with #6951FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6951FE; }
p { color: rgb(105,81,254); }
H1.HeaderClassName
{
color: #6951FE;
}
.AnyTagClassName
{
color: #6951FE;
}
</style>
background-color css
<style>
a { background-color: #6951FE; }
a { background-color: rgb(105,81,254); }
div.DivClassName
{
background-color: #6951FE;
}
.BgClassName
{
background-color: #6951FE;
}
</style>
border-color css
<style>
span { border-color: #6951FE; }
span { border-color: rgb(105,81,254); }
td.TdClassName
{
border-color: #6951FE;
}
.TagClassName
{
border-color: #6951FE;
}
</style>