Shades of Neon Blue #6E3EFE
Tints of Neon Blue #6E3EFE
RGB
CMYK
RGB Variations
Color information
#6E3EFE (or 0x6E3EFE) is known color: Neon Blue. HEX triplet: 6E, 3E and FE. RGB value is (110,62,254). Sum of RGB (Red+Green+Blue) = 110+62+254=426 (56% of max value = 765). Red value is 110 (43.36% from 255 or 25.82% from 426); Green value is 62 (24.61% from 255 or 14.55% from 426); Blue value is 254 (99.61% from 255 or 59.62% from 426); Max value from RGB is 254 - color contains mainly: blue. Hex color #6E3EFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6E3EFE is #91C101. Grayscale: #616161. Windows color (decimal): -9552130 or 16662126. OLE color: 16662126.
HSL color Cylindrical-coordinate representation of color #6E3EFE: hue angle of 255º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6E3EFE is Cyan = 0.57, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 110 | 62 | 254 | - |
| CMYK | 0.57 | 0.76 | 0 | 0.00 |
| HSL | 255º | 0.99% | 0.62% | - |
| HSV(B) | 255º | 0.76% | 1% | - |
| XYZ | 26.04 | 13.92 | 95.08 | - |
| YUV | 98.24 | 215.9 | 136.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 62 | 254 | 0.57 | 0.76 | 0 | 0.00 | 255 | 0.99 | 0.62 |
| Hex | 6E | 3E | FE | 39 | 4C | 0 | 0 | FF | 63 | 3E |
| Octal | 156 | 76 | 376 | 71 | 114 | 0 | 0 | 377 | 143 | 76 |
| Binary | 1101110 | 111110 | 11111110 | 111001 | 1001100 | 0 | 0 | 11111111 | 1100011 | 111110 |
Color Harmonies of #6E3EFE
Complementary color
Monochromatic Colors of #6E3EFE
Black with #6E3EFE
Text Example
Text Example
White with #6E3EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E3EFE; }
p { color: rgb(110,62,254); }
H1.HeaderClassName
{
color: #6E3EFE;
}
.AnyTagClassName
{
color: #6E3EFE;
}
</style>
background-color css
<style>
a { background-color: #6E3EFE; }
a { background-color: rgb(110,62,254); }
div.DivClassName
{
background-color: #6E3EFE;
}
.BgClassName
{
background-color: #6E3EFE;
}
</style>
border-color css
<style>
span { border-color: #6E3EFE; }
span { border-color: rgb(110,62,254); }
td.TdClassName
{
border-color: #6E3EFE;
}
.TagClassName
{
border-color: #6E3EFE;
}
</style>