Shades of Neon Blue #6E3CFE
Tints of Neon Blue #6E3CFE
RGB
CMYK
RGB Variations
Color information
#6E3CFE (or 0x6E3CFE) is known color: Neon Blue. HEX triplet: 6E, 3C and FE. RGB value is (110,60,254). Sum of RGB (Red+Green+Blue) = 110+60+254=424 (56% of max value = 765). Red value is 110 (43.36% from 255 or 25.94% from 424); Green value is 60 (23.83% from 255 or 14.15% from 424); Blue value is 254 (99.61% from 255 or 59.91% from 424); Max value from RGB is 254 - color contains mainly: blue. Hex color #6E3CFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6E3CFE is #91C301. Grayscale: #606060. Windows color (decimal): -9552642 or 16661614. OLE color: 16661614.
HSL color Cylindrical-coordinate representation of color #6E3CFE: hue angle of 255.46º 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 #6E3CFE is Cyan = 0.57, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 110 | 60 | 254 | - |
| CMYK | 0.57 | 0.76 | 0 | 0.00 |
| HSL | 255.46º | 0.99% | 0.62% | - |
| HSV(B) | 255.46º | 0.76% | 1% | - |
| XYZ | 25.94 | 13.7 | 95.04 | - |
| YUV | 97.07 | 216.57 | 137.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 60 | 254 | 0.57 | 0.76 | 0 | 0.00 | 255.46 | 0.99 | 0.62 |
| Hex | 6E | 3C | FE | 39 | 4C | 0 | 0 | FF | 63 | 3E |
| Octal | 156 | 74 | 376 | 71 | 114 | 0 | 0 | 377 | 143 | 76 |
| Binary | 1101110 | 111100 | 11111110 | 111001 | 1001100 | 0 | 0 | 11111111 | 1100011 | 111110 |
Color Harmonies of #6E3CFE
Complementary color
Monochromatic Colors of #6E3CFE
Black with #6E3CFE
Text Example
Text Example
White with #6E3CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E3CFE; }
p { color: rgb(110,60,254); }
H1.HeaderClassName
{
color: #6E3CFE;
}
.AnyTagClassName
{
color: #6E3CFE;
}
</style>
background-color css
<style>
a { background-color: #6E3CFE; }
a { background-color: rgb(110,60,254); }
div.DivClassName
{
background-color: #6E3CFE;
}
.BgClassName
{
background-color: #6E3CFE;
}
</style>
border-color css
<style>
span { border-color: #6E3CFE; }
span { border-color: rgb(110,60,254); }
td.TdClassName
{
border-color: #6E3CFE;
}
.TagClassName
{
border-color: #6E3CFE;
}
</style>