Shades of Neon Blue #6E3CFC
Tints of Neon Blue #6E3CFC
RGB
CMYK
RGB Variations
Color information
#6E3CFC (or 0x6E3CFC) is known color: Neon Blue. HEX triplet: 6E, 3C and FC. RGB value is (110,60,252). Sum of RGB (Red+Green+Blue) = 110+60+252=422 (55% of max value = 765). Red value is 110 (43.36% from 255 or 26.07% from 422); Green value is 60 (23.83% from 255 or 14.22% from 422); Blue value is 252 (98.83% from 255 or 59.72% from 422); Max value from RGB is 252 - color contains mainly: blue. Hex color #6E3CFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6E3CFC is #91C303. Grayscale: #606060. Windows color (decimal): -9552644 or 16530542. OLE color: 16530542.
HSL color Cylindrical-coordinate representation of color #6E3CFC: hue angle of 255.62º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6E3CFC is Cyan = 0.56, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 110 | 60 | 252 | - |
| CMYK | 0.56 | 0.76 | 0 | 0.01 |
| HSL | 255.63º | 0.97% | 0.61% | - |
| HSV(B) | 255.63º | 0.76% | 0.99% | - |
| XYZ | 25.62 | 13.57 | 93.37 | - |
| YUV | 96.84 | 215.57 | 137.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 60 | 252 | 0.56 | 0.76 | 0 | 0.01 | 255.63 | 0.97 | 0.61 |
| Hex | 6E | 3C | FC | 38 | 4C | 0 | 1 | 100 | 61 | 3D |
| Octal | 156 | 74 | 374 | 70 | 114 | 0 | 1 | 400 | 141 | 75 |
| Binary | 1101110 | 111100 | 11111100 | 111000 | 1001100 | 0 | 1 | 100000000 | 1100001 | 111101 |
Color Harmonies of #6E3CFC
Complementary color
Monochromatic Colors of #6E3CFC
Black with #6E3CFC
Text Example
Text Example
White with #6E3CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E3CFC; }
p { color: rgb(110,60,252); }
H1.HeaderClassName
{
color: #6E3CFC;
}
.AnyTagClassName
{
color: #6E3CFC;
}
</style>
background-color css
<style>
a { background-color: #6E3CFC; }
a { background-color: rgb(110,60,252); }
div.DivClassName
{
background-color: #6E3CFC;
}
.BgClassName
{
background-color: #6E3CFC;
}
</style>
border-color css
<style>
span { border-color: #6E3CFC; }
span { border-color: rgb(110,60,252); }
td.TdClassName
{
border-color: #6E3CFC;
}
.TagClassName
{
border-color: #6E3CFC;
}
</style>