Shades of Neon Blue #6D40FC
Tints of Neon Blue #6D40FC
RGB
CMYK
RGB Variations
Color information
#6D40FC (or 0x6D40FC) is known color: Neon Blue. HEX triplet: 6D, 40 and FC. RGB value is (109,64,252). Sum of RGB (Red+Green+Blue) = 109+64+252=425 (56% of max value = 765). Red value is 109 (42.97% from 255 or 25.65% from 425); Green value is 64 (25.39% from 255 or 15.06% from 425); Blue value is 252 (98.83% from 255 or 59.29% from 425); Max value from RGB is 252 - color contains mainly: blue. Hex color #6D40FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6D40FC is #92BF03. Grayscale: #626262. Windows color (decimal): -9617156 or 16531565. OLE color: 16531565.
HSL color Cylindrical-coordinate representation of color #6D40FC: hue angle of 254.36º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6D40FC is Cyan = 0.57, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 109 | 64 | 252 | - |
| CMYK | 0.57 | 0.75 | 0 | 0.01 |
| HSL | 254.36º | 0.97% | 0.62% | - |
| HSV(B) | 254.36º | 0.75% | 0.99% | - |
| XYZ | 25.71 | 13.95 | 93.43 | - |
| YUV | 98.89 | 214.41 | 135.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 64 | 252 | 0.57 | 0.75 | 0 | 0.01 | 254.36 | 0.97 | 0.62 |
| Hex | 6D | 40 | FC | 39 | 4B | 0 | 1 | FE | 61 | 3E |
| Octal | 155 | 100 | 374 | 71 | 113 | 0 | 1 | 376 | 141 | 76 |
| Binary | 1101101 | 1000000 | 11111100 | 111001 | 1001011 | 0 | 1 | 11111110 | 1100001 | 111110 |
Color Harmonies of #6D40FC
Complementary color
Monochromatic Colors of #6D40FC
Black with #6D40FC
Text Example
Text Example
White with #6D40FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D40FC; }
p { color: rgb(109,64,252); }
H1.HeaderClassName
{
color: #6D40FC;
}
.AnyTagClassName
{
color: #6D40FC;
}
</style>
background-color css
<style>
a { background-color: #6D40FC; }
a { background-color: rgb(109,64,252); }
div.DivClassName
{
background-color: #6D40FC;
}
.BgClassName
{
background-color: #6D40FC;
}
</style>
border-color css
<style>
span { border-color: #6D40FC; }
span { border-color: rgb(109,64,252); }
td.TdClassName
{
border-color: #6D40FC;
}
.TagClassName
{
border-color: #6D40FC;
}
</style>