Shades of Neon Blue #6E3FFF
Tints of Neon Blue #6E3FFF
RGB
CMYK
RGB Variations
Color information
#6E3FFF (or 0x6E3FFF) is known color: Neon Blue. HEX triplet: 6E, 3F and FF. RGB value is (110,63,255). Sum of RGB (Red+Green+Blue) = 110+63+255=428 (56% of max value = 765). Red value is 110 (43.36% from 255 or 25.70% from 428); Green value is 63 (25% from 255 or 14.72% from 428); Blue value is 255 (100% from 255 or 59.58% from 428); Max value from RGB is 255 - color contains mainly: blue. Hex color #6E3FFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6E3FFF is #91C000. Grayscale: #626262. Windows color (decimal): -9551873 or 16727918. OLE color: 16727918.
HSL color Cylindrical-coordinate representation of color #6E3FFF: hue angle of 254.69º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6E3FFF is Cyan = 0.57, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 110 | 63 | 255 | - |
| CMYK | 0.57 | 0.75 | 0 | 0 |
| HSL | 254.69º | 1% | 0.62% | - |
| HSV(B) | 254.69º | 0.75% | 1% | - |
| XYZ | 26.26 | 14.09 | 95.94 | - |
| YUV | 98.94 | 216.07 | 135.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 63 | 255 | 0.57 | 0.75 | 0 | 0 | 254.69 | 1 | 0.62 |
| Hex | 6E | 3F | FF | 39 | 4B | 0 | 0 | FF | 64 | 3E |
| Octal | 156 | 77 | 377 | 71 | 113 | 0 | 0 | 377 | 144 | 76 |
| Binary | 1101110 | 111111 | 11111111 | 111001 | 1001011 | 0 | 0 | 11111111 | 1100100 | 111110 |
Color Harmonies of #6E3FFF
Complementary color
Monochromatic Colors of #6E3FFF
Black with #6E3FFF
Text Example
Text Example
White with #6E3FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E3FFF; }
p { color: rgb(110,63,255); }
H1.HeaderClassName
{
color: #6E3FFF;
}
.AnyTagClassName
{
color: #6E3FFF;
}
</style>
background-color css
<style>
a { background-color: #6E3FFF; }
a { background-color: rgb(110,63,255); }
div.DivClassName
{
background-color: #6E3FFF;
}
.BgClassName
{
background-color: #6E3FFF;
}
</style>
border-color css
<style>
span { border-color: #6E3FFF; }
span { border-color: rgb(110,63,255); }
td.TdClassName
{
border-color: #6E3FFF;
}
.TagClassName
{
border-color: #6E3FFF;
}
</style>