Shades of Neon Blue #6E3BFD
Tints of Neon Blue #6E3BFD
RGB
CMYK
RGB Variations
Color information
#6E3BFD (or 0x6E3BFD) is known color: Neon Blue. HEX triplet: 6E, 3B and FD. RGB value is (110,59,253). Sum of RGB (Red+Green+Blue) = 110+59+253=422 (55% of max value = 765). Red value is 110 (43.36% from 255 or 26.07% from 422); Green value is 59 (23.44% from 255 or 13.98% from 422); Blue value is 253 (99.22% from 255 or 59.95% from 422); Max value from RGB is 253 - color contains mainly: blue. Hex color #6E3BFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6E3BFD is #91C402. Grayscale: #5F5F5F. Windows color (decimal): -9552899 or 16595822. OLE color: 16595822.
HSL color Cylindrical-coordinate representation of color #6E3BFD: hue angle of 255.77º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6E3BFD is Cyan = 0.57, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 110 | 59 | 253 | - |
| CMYK | 0.57 | 0.77 | 0 | 0.01 |
| HSL | 255.77º | 0.98% | 0.61% | - |
| HSV(B) | 255.77º | 0.77% | 0.99% | - |
| XYZ | 25.72 | 13.53 | 94.19 | - |
| YUV | 96.37 | 216.4 | 137.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 59 | 253 | 0.57 | 0.77 | 0 | 0.01 | 255.77 | 0.98 | 0.61 |
| Hex | 6E | 3B | FD | 39 | 4D | 0 | 1 | 100 | 62 | 3D |
| Octal | 156 | 73 | 375 | 71 | 115 | 0 | 1 | 400 | 142 | 75 |
| Binary | 1101110 | 111011 | 11111101 | 111001 | 1001101 | 0 | 1 | 100000000 | 1100010 | 111101 |
Color Harmonies of #6E3BFD
Complementary color
Monochromatic Colors of #6E3BFD
Black with #6E3BFD
Text Example
Text Example
White with #6E3BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E3BFD; }
p { color: rgb(110,59,253); }
H1.HeaderClassName
{
color: #6E3BFD;
}
.AnyTagClassName
{
color: #6E3BFD;
}
</style>
background-color css
<style>
a { background-color: #6E3BFD; }
a { background-color: rgb(110,59,253); }
div.DivClassName
{
background-color: #6E3BFD;
}
.BgClassName
{
background-color: #6E3BFD;
}
</style>
border-color css
<style>
span { border-color: #6E3BFD; }
span { border-color: rgb(110,59,253); }
td.TdClassName
{
border-color: #6E3BFD;
}
.TagClassName
{
border-color: #6E3BFD;
}
</style>