Shades of Neon Blue #6141EC
Tints of Neon Blue #6141EC
RGB
CMYK
RGB Variations
Color information
#6141EC (or 0x6141EC) is known color: Neon Blue. HEX triplet: 61, 41 and EC. RGB value is (97,65,236). Sum of RGB (Red+Green+Blue) = 97+65+236=398 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.37% from 398); Green value is 65 (25.78% from 255 or 16.33% from 398); Blue value is 236 (92.58% from 255 or 59.30% from 398); Max value from RGB is 236 - color contains mainly: blue. Hex color #6141EC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6141EC is #9EBE13. Grayscale: #5D5D5D. Windows color (decimal): -10403348 or 15483233. OLE color: 15483233.
HSL color Cylindrical-coordinate representation of color #6141EC: hue angle of 251.23º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6141EC is Cyan = 0.59, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 97 | 65 | 236 | - |
| CMYK | 0.59 | 0.72 | 0 | 0.07 |
| HSL | 251.23º | 0.82% | 0.59% | - |
| HSV(B) | 251.23º | 0.72% | 0.93% | - |
| XYZ | 21.96 | 12.38 | 80.59 | - |
| YUV | 94.06 | 208.1 | 130.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 65 | 236 | 0.59 | 0.72 | 0 | 0.07 | 251.23 | 0.82 | 0.59 |
| Hex | 61 | 41 | EC | 3B | 48 | 0 | 7 | FB | 52 | 3B |
| Octal | 141 | 101 | 354 | 73 | 110 | 0 | 7 | 373 | 122 | 73 |
| Binary | 1100001 | 1000001 | 11101100 | 111011 | 1001000 | 0 | 111 | 11111011 | 1010010 | 111011 |
Color Harmonies of #6141EC
Complementary color
Monochromatic Colors of #6141EC
Black with #6141EC
Text Example
Text Example
White with #6141EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6141EC; }
p { color: rgb(97,65,236); }
H1.HeaderClassName
{
color: #6141EC;
}
.AnyTagClassName
{
color: #6141EC;
}
</style>
background-color css
<style>
a { background-color: #6141EC; }
a { background-color: rgb(97,65,236); }
div.DivClassName
{
background-color: #6141EC;
}
.BgClassName
{
background-color: #6141EC;
}
</style>
border-color css
<style>
span { border-color: #6141EC; }
span { border-color: rgb(97,65,236); }
td.TdClassName
{
border-color: #6141EC;
}
.TagClassName
{
border-color: #6141EC;
}
</style>