Shades of Neon Blue #6E3BFE
Tints of Neon Blue #6E3BFE
RGB
CMYK
RGB Variations
Color information
#6E3BFE (or 0x6E3BFE) is known color: Neon Blue. HEX triplet: 6E, 3B and FE. RGB value is (110,59,254). Sum of RGB (Red+Green+Blue) = 110+59+254=423 (56% of max value = 765). Red value is 110 (43.36% from 255 or 26.00% from 423); Green value is 59 (23.44% from 255 or 13.95% from 423); Blue value is 254 (99.61% from 255 or 60.05% from 423); Max value from RGB is 254 - color contains mainly: blue. Hex color #6E3BFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6E3BFE is #91C401. Grayscale: #5F5F5F. Windows color (decimal): -9552898 or 16661358. OLE color: 16661358.
HSL color Cylindrical-coordinate representation of color #6E3BFE: hue angle of 255.69º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6E3BFE is Cyan = 0.57, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 110 | 59 | 254 | - |
| CMYK | 0.57 | 0.77 | 0 | 0.00 |
| HSL | 255.69º | 0.99% | 0.61% | - |
| HSV(B) | 255.69º | 0.77% | 1% | - |
| XYZ | 25.88 | 13.6 | 95.03 | - |
| YUV | 96.48 | 216.9 | 137.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 59 | 254 | 0.57 | 0.77 | 0 | 0.00 | 255.69 | 0.99 | 0.61 |
| Hex | 6E | 3B | FE | 39 | 4D | 0 | 0 | 100 | 63 | 3D |
| Octal | 156 | 73 | 376 | 71 | 115 | 0 | 0 | 400 | 143 | 75 |
| Binary | 1101110 | 111011 | 11111110 | 111001 | 1001101 | 0 | 0 | 100000000 | 1100011 | 111101 |
Color Harmonies of #6E3BFE
Complementary color
Monochromatic Colors of #6E3BFE
Black with #6E3BFE
Text Example
Text Example
White with #6E3BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E3BFE; }
p { color: rgb(110,59,254); }
H1.HeaderClassName
{
color: #6E3BFE;
}
.AnyTagClassName
{
color: #6E3BFE;
}
</style>
background-color css
<style>
a { background-color: #6E3BFE; }
a { background-color: rgb(110,59,254); }
div.DivClassName
{
background-color: #6E3BFE;
}
.BgClassName
{
background-color: #6E3BFE;
}
</style>
border-color css
<style>
span { border-color: #6E3BFE; }
span { border-color: rgb(110,59,254); }
td.TdClassName
{
border-color: #6E3BFE;
}
.TagClassName
{
border-color: #6E3BFE;
}
</style>