Shades of Neon Blue #6D42F3
Tints of Neon Blue #6D42F3
RGB
CMYK
RGB Variations
Color information
#6D42F3 (or 0x6D42F3) is known color: Neon Blue. HEX triplet: 6D, 42 and F3. RGB value is (109,66,243). Sum of RGB (Red+Green+Blue) = 109+66+243=418 (55% of max value = 765). Red value is 109 (42.97% from 255 or 26.08% from 418); Green value is 66 (26.17% from 255 or 15.79% from 418); Blue value is 243 (95.31% from 255 or 58.13% from 418); Max value from RGB is 243 - color contains mainly: blue. Hex color #6D42F3 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6D42F3 is #92BD0C. Grayscale: #626262. Windows color (decimal): -9616653 or 15942253. OLE color: 15942253.
HSL color Cylindrical-coordinate representation of color #6D42F3: hue angle of 254.58º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6D42F3 is Cyan = 0.55, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 109 | 66 | 243 | - |
| CMYK | 0.55 | 0.73 | 0 | 0.05 |
| HSL | 254.58º | 0.88% | 0.61% | - |
| HSV(B) | 254.58º | 0.73% | 0.95% | - |
| XYZ | 24.43 | 13.62 | 86.13 | - |
| YUV | 99.04 | 209.25 | 135.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 66 | 243 | 0.55 | 0.73 | 0 | 0.05 | 254.58 | 0.88 | 0.61 |
| Hex | 6D | 42 | F3 | 37 | 49 | 0 | 5 | FF | 58 | 3D |
| Octal | 155 | 102 | 363 | 67 | 111 | 0 | 5 | 377 | 130 | 75 |
| Binary | 1101101 | 1000010 | 11110011 | 110111 | 1001001 | 0 | 101 | 11111111 | 1011000 | 111101 |
Color Harmonies of #6D42F3
Complementary color
Monochromatic Colors of #6D42F3
Black with #6D42F3
Text Example
Text Example
White with #6D42F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D42F3; }
p { color: rgb(109,66,243); }
H1.HeaderClassName
{
color: #6D42F3;
}
.AnyTagClassName
{
color: #6D42F3;
}
</style>
background-color css
<style>
a { background-color: #6D42F3; }
a { background-color: rgb(109,66,243); }
div.DivClassName
{
background-color: #6D42F3;
}
.BgClassName
{
background-color: #6D42F3;
}
</style>
border-color css
<style>
span { border-color: #6D42F3; }
span { border-color: rgb(109,66,243); }
td.TdClassName
{
border-color: #6D42F3;
}
.TagClassName
{
border-color: #6D42F3;
}
</style>