Shades of Neon Blue #6140E9
Tints of Neon Blue #6140E9
RGB
CMYK
RGB Variations
Color information
#6140E9 (or 0x6140E9) is known color: Neon Blue. HEX triplet: 61, 40 and E9. RGB value is (97,64,233). Sum of RGB (Red+Green+Blue) = 97+64+233=394 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.62% from 394); Green value is 64 (25.39% from 255 or 16.24% from 394); Blue value is 233 (91.41% from 255 or 59.14% from 394); Max value from RGB is 233 - color contains mainly: blue. Hex color #6140E9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6140E9 is #9EBF16. Grayscale: #5C5C5C. Windows color (decimal): -10403607 or 15286369. OLE color: 15286369.
HSL color Cylindrical-coordinate representation of color #6140E9: hue angle of 251.72º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6140E9 is Cyan = 0.58, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 97 | 64 | 233 | - |
| CMYK | 0.58 | 0.73 | 0 | 0.09 |
| HSL | 251.72º | 0.79% | 0.58% | - |
| HSV(B) | 251.72º | 0.73% | 0.91% | - |
| XYZ | 21.47 | 12.09 | 78.29 | - |
| YUV | 93.13 | 206.93 | 130.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 64 | 233 | 0.58 | 0.73 | 0 | 0.09 | 251.72 | 0.79 | 0.58 |
| Hex | 61 | 40 | E9 | 3A | 49 | 0 | 9 | FC | 4F | 3A |
| Octal | 141 | 100 | 351 | 72 | 111 | 0 | 11 | 374 | 117 | 72 |
| Binary | 1100001 | 1000000 | 11101001 | 111010 | 1001001 | 0 | 1001 | 11111100 | 1001111 | 111010 |
Color Harmonies of #6140E9
Complementary color
Monochromatic Colors of #6140E9
Black with #6140E9
Text Example
Text Example
White with #6140E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6140E9; }
p { color: rgb(97,64,233); }
H1.HeaderClassName
{
color: #6140E9;
}
.AnyTagClassName
{
color: #6140E9;
}
</style>
background-color css
<style>
a { background-color: #6140E9; }
a { background-color: rgb(97,64,233); }
div.DivClassName
{
background-color: #6140E9;
}
.BgClassName
{
background-color: #6140E9;
}
</style>
border-color css
<style>
span { border-color: #6140E9; }
span { border-color: rgb(97,64,233); }
td.TdClassName
{
border-color: #6140E9;
}
.TagClassName
{
border-color: #6140E9;
}
</style>