Shades of Neon Blue #6D44FB
Tints of Neon Blue #6D44FB
RGB
CMYK
RGB Variations
Color information
#6D44FB (or 0x6D44FB) is known color: Neon Blue. HEX triplet: 6D, 44 and FB. RGB value is (109,68,251). Sum of RGB (Red+Green+Blue) = 109+68+251=428 (56% of max value = 765). Red value is 109 (42.97% from 255 or 25.47% from 428); Green value is 68 (26.95% from 255 or 15.89% from 428); Blue value is 251 (98.44% from 255 or 58.64% from 428); Max value from RGB is 251 - color contains mainly: blue. Hex color #6D44FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6D44FB is #92BB04. Grayscale: #646464. Windows color (decimal): -9616133 or 16467053. OLE color: 16467053.
HSL color Cylindrical-coordinate representation of color #6D44FB: hue angle of 253.44º 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 #6D44FB is Cyan = 0.57, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 109 | 68 | 251 | - |
| CMYK | 0.57 | 0.73 | 0 | 0.02 |
| HSL | 253.44º | 0.96% | 0.63% | - |
| HSV(B) | 253.44º | 0.73% | 0.98% | - |
| XYZ | 25.79 | 14.35 | 92.68 | - |
| YUV | 101.12 | 212.58 | 133.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 68 | 251 | 0.57 | 0.73 | 0 | 0.02 | 253.44 | 0.96 | 0.63 |
| Hex | 6D | 44 | FB | 39 | 49 | 0 | 2 | FD | 60 | 3F |
| Octal | 155 | 104 | 373 | 71 | 111 | 0 | 2 | 375 | 140 | 77 |
| Binary | 1101101 | 1000100 | 11111011 | 111001 | 1001001 | 0 | 10 | 11111101 | 1100000 | 111111 |
Color Harmonies of #6D44FB
Complementary color
Monochromatic Colors of #6D44FB
Black with #6D44FB
Text Example
Text Example
White with #6D44FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D44FB; }
p { color: rgb(109,68,251); }
H1.HeaderClassName
{
color: #6D44FB;
}
.AnyTagClassName
{
color: #6D44FB;
}
</style>
background-color css
<style>
a { background-color: #6D44FB; }
a { background-color: rgb(109,68,251); }
div.DivClassName
{
background-color: #6D44FB;
}
.BgClassName
{
background-color: #6D44FB;
}
</style>
border-color css
<style>
span { border-color: #6D44FB; }
span { border-color: rgb(109,68,251); }
td.TdClassName
{
border-color: #6D44FB;
}
.TagClassName
{
border-color: #6D44FB;
}
</style>