Shades of Neon Blue #6E41FC
Tints of Neon Blue #6E41FC
RGB
CMYK
RGB Variations
Color information
#6E41FC (or 0x6E41FC) is known color: Neon Blue. HEX triplet: 6E, 41 and FC. RGB value is (110,65,252). Sum of RGB (Red+Green+Blue) = 110+65+252=427 (56% of max value = 765). Red value is 110 (43.36% from 255 or 25.76% from 427); Green value is 65 (25.78% from 255 or 15.22% from 427); Blue value is 252 (98.83% from 255 or 59.02% from 427); Max value from RGB is 252 - color contains mainly: blue. Hex color #6E41FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6E41FC is #91BE03. Grayscale: #636363. Windows color (decimal): -9551364 or 16531822. OLE color: 16531822.
HSL color Cylindrical-coordinate representation of color #6E41FC: hue angle of 254.44º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6E41FC is Cyan = 0.56, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 110 | 65 | 252 | - |
| CMYK | 0.56 | 0.74 | 0 | 0.01 |
| HSL | 254.44º | 0.97% | 0.62% | - |
| HSV(B) | 254.44º | 0.74% | 0.99% | - |
| XYZ | 25.89 | 14.12 | 93.46 | - |
| YUV | 99.77 | 213.91 | 135.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 65 | 252 | 0.56 | 0.74 | 0 | 0.01 | 254.44 | 0.97 | 0.62 |
| Hex | 6E | 41 | FC | 38 | 4A | 0 | 1 | FE | 61 | 3E |
| Octal | 156 | 101 | 374 | 70 | 112 | 0 | 1 | 376 | 141 | 76 |
| Binary | 1101110 | 1000001 | 11111100 | 111000 | 1001010 | 0 | 1 | 11111110 | 1100001 | 111110 |
Color Harmonies of #6E41FC
Complementary color
Monochromatic Colors of #6E41FC
Black with #6E41FC
Text Example
Text Example
White with #6E41FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E41FC; }
p { color: rgb(110,65,252); }
H1.HeaderClassName
{
color: #6E41FC;
}
.AnyTagClassName
{
color: #6E41FC;
}
</style>
background-color css
<style>
a { background-color: #6E41FC; }
a { background-color: rgb(110,65,252); }
div.DivClassName
{
background-color: #6E41FC;
}
.BgClassName
{
background-color: #6E41FC;
}
</style>
border-color css
<style>
span { border-color: #6E41FC; }
span { border-color: rgb(110,65,252); }
td.TdClassName
{
border-color: #6E41FC;
}
.TagClassName
{
border-color: #6E41FC;
}
</style>