Shades of Neon Blue #6E3EFD
Tints of Neon Blue #6E3EFD
RGB
CMYK
RGB Variations
Color information
#6E3EFD (or 0x6E3EFD) is known color: Neon Blue. HEX triplet: 6E, 3E and FD. RGB value is (110,62,253). Sum of RGB (Red+Green+Blue) = 110+62+253=425 (56% of max value = 765). Red value is 110 (43.36% from 255 or 25.88% from 425); Green value is 62 (24.61% from 255 or 14.59% from 425); Blue value is 253 (99.22% from 255 or 59.53% from 425); Max value from RGB is 253 - color contains mainly: blue. Hex color #6E3EFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6E3EFD is #91C102. Grayscale: #616161. Windows color (decimal): -9552131 or 16596590. OLE color: 16596590.
HSL color Cylindrical-coordinate representation of color #6E3EFD: hue angle of 255.08º degrees, saturation: 0.98, 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 #6E3EFD is Cyan = 0.57, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 110 | 62 | 253 | - |
| CMYK | 0.57 | 0.75 | 0 | 0.01 |
| HSL | 255.08º | 0.98% | 0.62% | - |
| HSV(B) | 255.08º | 0.75% | 0.99% | - |
| XYZ | 25.88 | 13.85 | 94.24 | - |
| YUV | 98.13 | 215.4 | 136.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 62 | 253 | 0.57 | 0.75 | 0 | 0.01 | 255.08 | 0.98 | 0.62 |
| Hex | 6E | 3E | FD | 39 | 4B | 0 | 1 | FF | 62 | 3E |
| Octal | 156 | 76 | 375 | 71 | 113 | 0 | 1 | 377 | 142 | 76 |
| Binary | 1101110 | 111110 | 11111101 | 111001 | 1001011 | 0 | 1 | 11111111 | 1100010 | 111110 |
Color Harmonies of #6E3EFD
Complementary color
Monochromatic Colors of #6E3EFD
Black with #6E3EFD
Text Example
Text Example
White with #6E3EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E3EFD; }
p { color: rgb(110,62,253); }
H1.HeaderClassName
{
color: #6E3EFD;
}
.AnyTagClassName
{
color: #6E3EFD;
}
</style>
background-color css
<style>
a { background-color: #6E3EFD; }
a { background-color: rgb(110,62,253); }
div.DivClassName
{
background-color: #6E3EFD;
}
.BgClassName
{
background-color: #6E3EFD;
}
</style>
border-color css
<style>
span { border-color: #6E3EFD; }
span { border-color: rgb(110,62,253); }
td.TdClassName
{
border-color: #6E3EFD;
}
.TagClassName
{
border-color: #6E3EFD;
}
</style>