Shades of Neon Blue #6E3BFC
Tints of Neon Blue #6E3BFC
RGB
CMYK
RGB Variations
Color information
#6E3BFC (or 0x6E3BFC) is known color: Neon Blue. HEX triplet: 6E, 3B and FC. RGB value is (110,59,252). Sum of RGB (Red+Green+Blue) = 110+59+252=421 (55% of max value = 765). Red value is 110 (43.36% from 255 or 26.13% from 421); Green value is 59 (23.44% from 255 or 14.01% from 421); Blue value is 252 (98.83% from 255 or 59.86% from 421); Max value from RGB is 252 - color contains mainly: blue. Hex color #6E3BFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6E3BFC is #91C403. Grayscale: #5F5F5F. Windows color (decimal): -9552900 or 16530286. OLE color: 16530286.
HSL color Cylindrical-coordinate representation of color #6E3BFC: hue angle of 255.85º degrees, saturation: 0.97, 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 #6E3BFC is Cyan = 0.56, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 110 | 59 | 252 | - |
| CMYK | 0.56 | 0.77 | 0 | 0.01 |
| HSL | 255.85º | 0.97% | 0.61% | - |
| HSV(B) | 255.85º | 0.77% | 0.99% | - |
| XYZ | 25.57 | 13.47 | 93.35 | - |
| YUV | 96.25 | 215.9 | 137.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 59 | 252 | 0.56 | 0.77 | 0 | 0.01 | 255.85 | 0.97 | 0.61 |
| Hex | 6E | 3B | FC | 38 | 4D | 0 | 1 | 100 | 61 | 3D |
| Octal | 156 | 73 | 374 | 70 | 115 | 0 | 1 | 400 | 141 | 75 |
| Binary | 1101110 | 111011 | 11111100 | 111000 | 1001101 | 0 | 1 | 100000000 | 1100001 | 111101 |
Color Harmonies of #6E3BFC
Complementary color
Monochromatic Colors of #6E3BFC
Black with #6E3BFC
Text Example
Text Example
White with #6E3BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E3BFC; }
p { color: rgb(110,59,252); }
H1.HeaderClassName
{
color: #6E3BFC;
}
.AnyTagClassName
{
color: #6E3BFC;
}
</style>
background-color css
<style>
a { background-color: #6E3BFC; }
a { background-color: rgb(110,59,252); }
div.DivClassName
{
background-color: #6E3BFC;
}
.BgClassName
{
background-color: #6E3BFC;
}
</style>
border-color css
<style>
span { border-color: #6E3BFC; }
span { border-color: rgb(110,59,252); }
td.TdClassName
{
border-color: #6E3BFC;
}
.TagClassName
{
border-color: #6E3BFC;
}
</style>