Shades of Neon Blue #614DF9
Tints of Neon Blue #614DF9
RGB
CMYK
RGB Variations
Color information
#614DF9 (or 0x614DF9) is known color: Neon Blue. HEX triplet: 61, 4D and F9. RGB value is (97,77,249). Sum of RGB (Red+Green+Blue) = 97+77+249=423 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.93% from 423); Green value is 77 (30.47% from 255 or 18.20% from 423); Blue value is 249 (97.66% from 255 or 58.87% from 423); Max value from RGB is 249 - color contains mainly: blue. Hex color #614DF9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #614DF9 is #9EB206. Grayscale: #656565. Windows color (decimal): -10400263 or 16338273. OLE color: 16338273.
HSL color Cylindrical-coordinate representation of color #614DF9: hue angle of 246.98º degrees, saturation: 0.93, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #614DF9 is Cyan = 0.61, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 97 | 77 | 249 | - |
| CMYK | 0.61 | 0.69 | 0 | 0.02 |
| HSL | 246.98º | 0.93% | 0.64% | - |
| HSV(B) | 246.98º | 0.69% | 0.98% | - |
| XYZ | 24.68 | 14.69 | 91.16 | - |
| YUV | 102.59 | 210.63 | 124.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 77 | 249 | 0.61 | 0.69 | 0 | 0.02 | 246.98 | 0.93 | 0.64 |
| Hex | 61 | 4D | F9 | 3D | 45 | 0 | 2 | F7 | 5D | 40 |
| Octal | 141 | 115 | 371 | 75 | 105 | 0 | 2 | 367 | 135 | 100 |
| Binary | 1100001 | 1001101 | 11111001 | 111101 | 1000101 | 0 | 10 | 11110111 | 1011101 | 1000000 |
Color Harmonies of #614DF9
Complementary color
Monochromatic Colors of #614DF9
Black with #614DF9
Text Example
Text Example
White with #614DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614DF9; }
p { color: rgb(97,77,249); }
H1.HeaderClassName
{
color: #614DF9;
}
.AnyTagClassName
{
color: #614DF9;
}
</style>
background-color css
<style>
a { background-color: #614DF9; }
a { background-color: rgb(97,77,249); }
div.DivClassName
{
background-color: #614DF9;
}
.BgClassName
{
background-color: #614DF9;
}
</style>
border-color css
<style>
span { border-color: #614DF9; }
span { border-color: rgb(97,77,249); }
td.TdClassName
{
border-color: #614DF9;
}
.TagClassName
{
border-color: #614DF9;
}
</style>