Shades of Neon Blue #6944FB
Tints of Neon Blue #6944FB
RGB
CMYK
RGB Variations
Color information
#6944FB (or 0x6944FB) is known color: Neon Blue. HEX triplet: 69, 44 and FB. RGB value is (105,68,251). Sum of RGB (Red+Green+Blue) = 105+68+251=424 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.76% from 424); Green value is 68 (26.95% from 255 or 16.04% from 424); Blue value is 251 (98.44% from 255 or 59.20% from 424); Max value from RGB is 251 - color contains mainly: blue. Hex color #6944FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6944FB is #96BB04. Grayscale: #636363. Windows color (decimal): -9878277 or 16467049. OLE color: 16467049.
HSL color Cylindrical-coordinate representation of color #6944FB: hue angle of 252.13º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6944FB is Cyan = 0.58, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 105 | 68 | 251 | - |
| CMYK | 0.58 | 0.73 | 0 | 0.02 |
| HSL | 252.13º | 0.96% | 0.63% | - |
| HSV(B) | 252.13º | 0.73% | 0.98% | - |
| XYZ | 25.31 | 14.1 | 92.66 | - |
| YUV | 99.93 | 213.26 | 131.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 68 | 251 | 0.58 | 0.73 | 0 | 0.02 | 252.13 | 0.96 | 0.63 |
| Hex | 69 | 44 | FB | 3A | 49 | 0 | 2 | FC | 60 | 3F |
| Octal | 151 | 104 | 373 | 72 | 111 | 0 | 2 | 374 | 140 | 77 |
| Binary | 1101001 | 1000100 | 11111011 | 111010 | 1001001 | 0 | 10 | 11111100 | 1100000 | 111111 |
Color Harmonies of #6944FB
Complementary color
Monochromatic Colors of #6944FB
Black with #6944FB
Text Example
Text Example
White with #6944FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6944FB; }
p { color: rgb(105,68,251); }
H1.HeaderClassName
{
color: #6944FB;
}
.AnyTagClassName
{
color: #6944FB;
}
</style>
background-color css
<style>
a { background-color: #6944FB; }
a { background-color: rgb(105,68,251); }
div.DivClassName
{
background-color: #6944FB;
}
.BgClassName
{
background-color: #6944FB;
}
</style>
border-color css
<style>
span { border-color: #6944FB; }
span { border-color: rgb(105,68,251); }
td.TdClassName
{
border-color: #6944FB;
}
.TagClassName
{
border-color: #6944FB;
}
</style>