Shades of Neon Blue #6140EA
Tints of Neon Blue #6140EA
RGB
CMYK
RGB Variations
Color information
#6140EA (or 0x6140EA) is known color: Neon Blue. HEX triplet: 61, 40 and EA. RGB value is (97,64,234). Sum of RGB (Red+Green+Blue) = 97+64+234=395 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.56% from 395); Green value is 64 (25.39% from 255 or 16.20% from 395); Blue value is 234 (91.80% from 255 or 59.24% from 395); Max value from RGB is 234 - color contains mainly: blue. Hex color #6140EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6140EA is #9EBF15. Grayscale: #5C5C5C. Windows color (decimal): -10403606 or 15351905. OLE color: 15351905.
HSL color Cylindrical-coordinate representation of color #6140EA: hue angle of 251.65º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6140EA is Cyan = 0.59, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 97 | 64 | 234 | - |
| CMYK | 0.59 | 0.73 | 0 | 0.08 |
| HSL | 251.65º | 0.8% | 0.58% | - |
| HSV(B) | 251.65º | 0.73% | 0.92% | - |
| XYZ | 21.61 | 12.15 | 79.05 | - |
| YUV | 93.25 | 207.43 | 130.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 64 | 234 | 0.59 | 0.73 | 0 | 0.08 | 251.65 | 0.8 | 0.58 |
| Hex | 61 | 40 | EA | 3B | 49 | 0 | 8 | FC | 50 | 3A |
| Octal | 141 | 100 | 352 | 73 | 111 | 0 | 10 | 374 | 120 | 72 |
| Binary | 1100001 | 1000000 | 11101010 | 111011 | 1001001 | 0 | 1000 | 11111100 | 1010000 | 111010 |
Color Harmonies of #6140EA
Complementary color
Monochromatic Colors of #6140EA
Black with #6140EA
Text Example
Text Example
White with #6140EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6140EA; }
p { color: rgb(97,64,234); }
H1.HeaderClassName
{
color: #6140EA;
}
.AnyTagClassName
{
color: #6140EA;
}
</style>
background-color css
<style>
a { background-color: #6140EA; }
a { background-color: rgb(97,64,234); }
div.DivClassName
{
background-color: #6140EA;
}
.BgClassName
{
background-color: #6140EA;
}
</style>
border-color css
<style>
span { border-color: #6140EA; }
span { border-color: rgb(97,64,234); }
td.TdClassName
{
border-color: #6140EA;
}
.TagClassName
{
border-color: #6140EA;
}
</style>