Shades of Neon Blue #614EED
Tints of Neon Blue #614EED
RGB
CMYK
RGB Variations
Color information
#614EED (or 0x614EED) is known color: Neon Blue. HEX triplet: 61, 4E and ED. RGB value is (97,78,237). Sum of RGB (Red+Green+Blue) = 97+78+237=412 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.54% from 412); Green value is 78 (30.86% from 255 or 18.93% from 412); Blue value is 237 (92.97% from 255 or 57.52% from 412); Max value from RGB is 237 - color contains mainly: blue. Hex color #614EED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #614EED is #9EB112. Grayscale: #656565. Windows color (decimal): -10400019 or 15552097. OLE color: 15552097.
HSL color Cylindrical-coordinate representation of color #614EED: hue angle of 247.17º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #614EED is Cyan = 0.59, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 97 | 78 | 237 | - |
| CMYK | 0.59 | 0.67 | 0 | 0.07 |
| HSL | 247.17º | 0.82% | 0.62% | - |
| HSV(B) | 247.17º | 0.67% | 0.93% | - |
| XYZ | 22.94 | 14.1 | 81.63 | - |
| YUV | 101.81 | 204.29 | 124.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 78 | 237 | 0.59 | 0.67 | 0 | 0.07 | 247.17 | 0.82 | 0.62 |
| Hex | 61 | 4E | ED | 3B | 43 | 0 | 7 | F7 | 52 | 3E |
| Octal | 141 | 116 | 355 | 73 | 103 | 0 | 7 | 367 | 122 | 76 |
| Binary | 1100001 | 1001110 | 11101101 | 111011 | 1000011 | 0 | 111 | 11110111 | 1010010 | 111110 |
Color Harmonies of #614EED
Complementary color
Monochromatic Colors of #614EED
Black with #614EED
Text Example
Text Example
White with #614EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614EED; }
p { color: rgb(97,78,237); }
H1.HeaderClassName
{
color: #614EED;
}
.AnyTagClassName
{
color: #614EED;
}
</style>
background-color css
<style>
a { background-color: #614EED; }
a { background-color: rgb(97,78,237); }
div.DivClassName
{
background-color: #614EED;
}
.BgClassName
{
background-color: #614EED;
}
</style>
border-color css
<style>
span { border-color: #614EED; }
span { border-color: rgb(97,78,237); }
td.TdClassName
{
border-color: #614EED;
}
.TagClassName
{
border-color: #614EED;
}
</style>